v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hydrogen-check-elimination.cc File Reference
Include dependency graph for hydrogen-check-elimination.cc:

Go to the source code of this file.

Data Structures

struct  HCheckTableEntry
 
class  HCheckTable
 
class  HCheckMapsEffects
 

Namespaces

 v8
 
 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 UniqueSet< Map > * MapSet
 

Macro Definition Documentation

#define GLOBAL   1
#define INC_STAT (   x)

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

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

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