|
typedef base::TemplateHashMapEntry< uintptr_t, uint32_t > | Entry |
|
typedef TemplateHashMapEntry< uintptr_t, uint32_t > | Entry |
|
void | Set (HeapObject * value, uint32_t index) |
|
Maybe< uint32_t > | Get (HeapObject * value) const |
|
| TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, base::KeyEqualityMatcher< intptr_t > match=base::KeyEqualityMatcher< intptr_t >(), base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy()) |
|
| TemplateHashMapImpl (const TemplateHashMapImpl< uintptr_t, uint32_t, base::KeyEqualityMatcher< intptr_t >, base::DefaultAllocationPolicy > *original, base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy()) |
|
Entry * | Lookup (const uintptr_t &key, uint32_t hash) const |
|
Entry * | LookupOrInsert (const uintptr_t &key, uint32_t hash, base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy()) |
|
Entry * | LookupOrInsert (const uintptr_t &key, uint32_t hash, const Func &value_func, base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy()) |
|
Entry * | InsertNew (const uintptr_t &key, uint32_t hash, base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy()) |
|
uint32_t | Remove (const uintptr_t &key, uint32_t hash) |
|
void | Clear () |
|
void | Invalidate () |
|
uint32_t | occupancy () const |
|
uint32_t | capacity () const |
|
Entry * | Start () const |
|
Entry * | Next (Entry *entry) const |
|
void | Reset (base::DefaultAllocationPolicy allocator) |
|
static const uint32_t | kDefaultHashMapCapacity |
|
void | Initialize (uint32_t capacity, base::DefaultAllocationPolicy allocator) |
|
Definition at line 53 of file address-map.h.