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

Public Member Functions

HValueIndexBase () const
 
HValueLength () const
 
uint32_t Hash ()
 
- 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 BoundsCheckKeyCreate (Zone *zone, HBoundsCheck *check, int32_t *offset)
 

Detailed Description

Definition at line 43 of file hydrogen-bce.cc.

Member Function Documentation

static BoundsCheckKey* Create ( Zone zone,
HBoundsCheck *  check,
int32_t *  offset 
)
inlinestatic

Definition at line 52 of file hydrogen-bce.cc.

References v8::internal::NULL.

uint32_t Hash ( )
inline

Definition at line 48 of file hydrogen-bce.cc.

References HValue::Hashcode().

HValue* IndexBase ( ) const
inline

Definition at line 45 of file hydrogen-bce.cc.

HValue* Length ( ) const
inline

Definition at line 46 of file hydrogen-bce.cc.


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