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

Public Member Functions

BoundsCheckBbData ** LookupOrInsert (BoundsCheckKey *key, Zone *zone)
 
void Insert (BoundsCheckKey *key, BoundsCheckBbData *data, Zone *zone)
 
void Delete (BoundsCheckKey *key)
 
 BoundsCheckTable (Zone *zone)
 

Detailed Description

Definition at line 3602 of file hydrogen.cc.

Constructor & Destructor Documentation

BoundsCheckTable ( Zone zone)
inlineexplicit

Definition at line 3617 of file hydrogen.cc.

Member Function Documentation

void Delete ( BoundsCheckKey key)
inline
void Insert ( BoundsCheckKey key,
BoundsCheckBbData data,
Zone zone 
)
inline
BoundsCheckBbData** LookupOrInsert ( BoundsCheckKey key,
Zone zone 
)
inline

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