V8 Project
hydrogen-check-elimination.cc File Reference
+ Include dependency graph for hydrogen-check-elimination.cc:

Go to the source code of this file.

Classes

struct  v8::internal::HCheckTableEntry
 
class  v8::internal::HCheckTable
 
class  v8::internal::HCheckMapsEffects
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define GLOBAL   1
 
#define INC_STAT(x)
 
#define TRACE(x)   if (FLAG_trace_check_elimination) PrintF x
 
#define PRINT_STAT(x)
 

Typedefs

typedef const UniqueSet< Map > * v8::internal::MapSet
 

Macro Definition Documentation

◆ GLOBAL

#define GLOBAL   1

Definition at line 10 of file hydrogen-check-elimination.cc.

◆ INC_STAT

#define INC_STAT (   x)

Definition at line 16 of file hydrogen-check-elimination.cc.

◆ PRINT_STAT

#define PRINT_STAT (   x)

◆ TRACE

#define TRACE (   x)    if (FLAG_trace_check_elimination) PrintF x

Definition at line 20 of file hydrogen-check-elimination.cc.