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
HCheckTable Class Reference
Inheritance diagram for HCheckTable:
Collaboration diagram for HCheckTable:

Public Member Functions

 HCheckTable (HCheckEliminationPhase *phase)
 
HCheckTableProcess (HInstruction *instr, Zone *zone)
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Static Public Member Functions

static HCheckTableMerge (HCheckTable *succ_state, HBasicBlock *succ_block, HCheckTable *pred_state, HBasicBlock *pred_block, Zone *zone)
 
static HCheckTableFinish (HCheckTable *state, HBasicBlock *block, Zone *zone)
 

Static Public Attributes

static const int kMaxTrackedObjects = 10
 

Friends

class HCheckMapsEffects
 
class HCheckEliminationPhase
 

Detailed Description

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

Constructor & Destructor Documentation

HCheckTable ( HCheckEliminationPhase phase)
inlineexplicit

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

Member Function Documentation

static HCheckTable* Finish ( HCheckTable state,
HBasicBlock *  block,
Zone zone 
)
inlinestatic

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

References v8::internal::NULL, and v8::internal::PrintF().

static HCheckTable* Merge ( HCheckTable succ_state,
HBasicBlock *  succ_block,
HCheckTable pred_state,
HBasicBlock *  pred_block,
Zone zone 
)
inlinestatic

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

References HCheckTable::Merge(), and v8::internal::NULL.

Referenced by HCheckTable::Merge().

HCheckTable* Process ( HInstruction instr,
Zone zone 
)
inline

Friends And Related Function Documentation

friend class HCheckEliminationPhase
friend

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

friend class HCheckMapsEffects
friend

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

Field Documentation

const int kMaxTrackedObjects = 10
static

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


The documentation for this class was generated from the following file: