V8 Project
hydrogen-check-elimination.h File Reference
+ Include dependency graph for hydrogen-check-elimination.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::HCheckEliminationPhase
 

Namespaces

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

Macros

#define ADD_STRING_MAP(type, size, name, Name)
 
#define COUNT(type, size, name, Name)   + 1
 

Macro Definition Documentation

◆ ADD_STRING_MAP

#define ADD_STRING_MAP (   type,
  size,
  name,
  Name 
)
Value:
string_maps_.Add(Unique<Map>::CreateImmovable( \
graph->isolate()->factory()->name##_map()), zone());

◆ COUNT

#define COUNT (   type,
  size,
  name,
  Name 
)    + 1

Definition at line 52 of file hydrogen-check-elimination.h.