v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::AddressToIndexHashMap Class Reference

#include <address-map.h>

Inheritance diagram for v8::internal::AddressToIndexHashMap:
Collaboration diagram for v8::internal::AddressToIndexHashMap:

Additional Inherited Members

- Public Types inherited from v8::internal::PointerToIndexHashMap< Address >
using Entry
 
- Public Types inherited from v8::base::TemplateHashMapImpl< uintptr_t, uint32_t, base::KeyEqualityMatcher< intptr_t >, base::DefaultAllocationPolicy >
using Entry
 
- Public Member Functions inherited from v8::internal::PointerToIndexHashMap< Address >
void Set (Address value, uint32_t index)
 
Maybe< uint32_t > Get (Address value) const
 
- Public Member Functions inherited from v8::base::TemplateHashMapImpl< uintptr_t, uint32_t, base::KeyEqualityMatcher< intptr_t >, base::DefaultAllocationPolicy >
 TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, base::KeyEqualityMatcher< intptr_t > match=base::KeyEqualityMatcher< intptr_t >(), base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy())
 
 TemplateHashMapImpl (const TemplateHashMapImpl &)=delete
 
 TemplateHashMapImpl (const TemplateHashMapImpl *original, base::DefaultAllocationPolicy allocator=base::DefaultAllocationPolicy())
 
 TemplateHashMapImpl (TemplateHashMapImpl &&other) V8_NOEXCEPT=default
 
TemplateHashMapImploperator= (const TemplateHashMapImpl &)=delete
 
TemplateHashMapImploperator= (TemplateHashMapImpl &&other) V8_NOEXCEPT=default
 
 ~TemplateHashMapImpl ()
 
EntryLookup (const uintptr_t &key, uint32_t hash) const
 
EntryLookupOrInsert (const uintptr_t &key, uint32_t hash)
 
EntryLookupOrInsert (const uintptr_t &key, uint32_t hash, const Func &value_func)
 
EntryLookupOrInsert (const LookupKey &lookup_key, uint32_t hash, const KeyFunc &key_func, const ValueFunc &value_func)
 
EntryInsertNew (const uintptr_t &key, uint32_t hash)
 
uint32_t Remove (const uintptr_t &key, uint32_t hash)
 
void Clear ()
 
void Invalidate ()
 
uint32_t occupancy () const
 
uint32_t capacity () const
 
EntryStart () const
 
EntryNext (Entry *entry) const
 
base::DefaultAllocationPolicy allocator () const
 
- Static Public Attributes inherited from v8::base::TemplateHashMapImpl< uintptr_t, uint32_t, base::KeyEqualityMatcher< intptr_t >, base::DefaultAllocationPolicy >
static const uint32_t kDefaultHashMapCapacity
 
- Protected Member Functions inherited from v8::base::TemplateHashMapImpl< uintptr_t, uint32_t, base::KeyEqualityMatcher< intptr_t >, base::DefaultAllocationPolicy >
void Initialize (uint32_t capacity)
 

Detailed Description

Definition at line 53 of file address-map.h.


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