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
BoundsCheckTable Class Reference

#include <hydrogen-bce.h>

Inheritance diagram for BoundsCheckTable:
Collaboration diagram for BoundsCheckTable:

Public Member Functions

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

Detailed Description

Definition at line 39 of file hydrogen-bce.h.

Constructor & Destructor Documentation

BoundsCheckTable ( Zone zone)
explicit

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

Member Function Documentation

INLINE ( BoundsCheckBbData **  LookupOrInsertBoundsCheckKey *key, Zone *zone)
INLINE ( void   InsertBoundsCheckKey *key, BoundsCheckBbData *data, Zone *zone)
INLINE ( void   DeleteBoundsCheckKey *key)

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