v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BoundsCheckBbData Class Reference
Inheritance diagram for BoundsCheckBbData:
Collaboration diagram for BoundsCheckBbData:

Public Member Functions

BoundsCheckKeyKey () const
 
int32_t LowerOffset () const
 
int32_t UpperOffset () const
 
HBasicBlockBasicBlock () const
 
HBoundsCheckLowerCheck () const
 
HBoundsCheckUpperCheck () const
 
BoundsCheckBbDataNextInBasicBlock () const
 
BoundsCheckBbDataFatherInDominatorTree () const
 
bool OffsetIsCovered (int32_t offset) const
 
bool HasSingleCheck ()
 
void CoverCheck (HBoundsCheck *new_check, int32_t new_offset)
 
void RemoveZeroOperations ()
 
 BoundsCheckBbData (BoundsCheckKey *key, int32_t lower_offset, int32_t upper_offset, HBasicBlock *bb, HBoundsCheck *lower_check, HBoundsCheck *upper_check, BoundsCheckBbData *next_in_bb, BoundsCheckBbData *father_in_dt)
 
- 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)
 

Detailed Description

Definition at line 3450 of file hydrogen.cc.

Constructor & Destructor Documentation

BoundsCheckBbData ( BoundsCheckKey key,
int32_t  lower_offset,
int32_t  upper_offset,
HBasicBlock bb,
HBoundsCheck lower_check,
HBoundsCheck upper_check,
BoundsCheckBbData next_in_bb,
BoundsCheckBbData father_in_dt 
)
inline

Definition at line 3526 of file hydrogen.cc.

Member Function Documentation

HBasicBlock* BasicBlock ( ) const
inline

Definition at line 3455 of file hydrogen.cc.

BoundsCheckBbData* FatherInDominatorTree ( ) const
inline

Definition at line 3459 of file hydrogen.cc.

bool HasSingleCheck ( )
inline

Definition at line 3465 of file hydrogen.cc.

Referenced by BoundsCheckBbData::CoverCheck().

BoundsCheckKey* Key ( ) const
inline

Definition at line 3452 of file hydrogen.cc.

Referenced by BoundsCheckBbData::CoverCheck().

HBoundsCheck* LowerCheck ( ) const
inline

Definition at line 3456 of file hydrogen.cc.

int32_t LowerOffset ( ) const
inline

Definition at line 3453 of file hydrogen.cc.

Referenced by BoundsCheckBbData::OffsetIsCovered().

BoundsCheckBbData* NextInBasicBlock ( ) const
inline

Definition at line 3458 of file hydrogen.cc.

bool OffsetIsCovered ( int32_t  offset) const
inline
void RemoveZeroOperations ( )
inline

Definition at line 3521 of file hydrogen.cc.

HBoundsCheck* UpperCheck ( ) const
inline

Definition at line 3457 of file hydrogen.cc.

int32_t UpperOffset ( ) const
inline

Definition at line 3454 of file hydrogen.cc.

Referenced by BoundsCheckBbData::OffsetIsCovered().


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