|
V8 Project
|
#include <hydrogen-bce.h>
Inheritance diagram for v8::internal::BoundsCheckTable:
Collaboration diagram for v8::internal::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)) | |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (BoundsCheckTable) | |
Private Member Functions inherited from v8::internal::TemplateHashMapImpl< ZoneAllocationPolicy > | |
| TemplateHashMapImpl (MatchFun match, uint32_t capacity=kDefaultHashMapCapacity, ZoneAllocationPolicy allocator=ZoneAllocationPolicy()) | |
| ~TemplateHashMapImpl () | |
| Entry * | Lookup (void *key, uint32_t hash, bool insert, ZoneAllocationPolicy allocator=ZoneAllocationPolicy()) |
| void * | Remove (void *key, uint32_t hash) |
| void | Clear () |
| uint32_t | occupancy () const |
| uint32_t | capacity () const |
| Entry * | Start () const |
| Entry * | Next (Entry *p) const |
Additional Inherited Members | |
Private Types inherited from v8::internal::TemplateHashMapImpl< ZoneAllocationPolicy > | |
| typedef bool(* | MatchFun) (void *key1, void *key2) |
Static Private Member Functions inherited from v8::internal::TemplateHashMapImpl< ZoneAllocationPolicy > | |
| static bool | PointersMatch (void *key1, void *key2) |
Static Private Attributes inherited from v8::internal::TemplateHashMapImpl< ZoneAllocationPolicy > | |
| static const uint32_t | kDefaultHashMapCapacity |
Definition at line 16 of file hydrogen-bce.h.
|
explicit |
Definition at line 302 of file hydrogen-bce.cc.
|
private |
| v8::internal::BoundsCheckTable::INLINE | ( | BoundsCheckBbData ** | LookupOrInsertBoundsCheckKey *key, Zone *zone | ) |
| v8::internal::BoundsCheckTable::INLINE | ( | void | DeleteBoundsCheckKey *key | ) |
| v8::internal::BoundsCheckTable::INLINE | ( | void | InsertBoundsCheckKey *key, BoundsCheckBbData *data, Zone *zone | ) |