HomeSort by relevance Sort by last modified time
    Searched defs:IdentityMapBase (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
identity-map.cc 16 IdentityMapBase::~IdentityMapBase() {
22 void IdentityMapBase::Clear() {
36 void IdentityMapBase::EnableIteration() {
41 void IdentityMapBase::DisableIteration() {
46 int IdentityMapBase::ScanKeysFor(Object* address) const {
60 int IdentityMapBase::InsertKey(Object* address) {
81 bool IdentityMapBase::DeleteIndex(int index, void** deleted_value) {
121 int IdentityMapBase::Lookup(Object* key) const {
125 const_cast<IdentityMapBase*>(this)->Rehash()
    [all...]
identity-map.h 19 class IdentityMapBase {
33 explicit IdentityMapBase(Heap* heap)
42 virtual ~IdentityMapBase();
81 DISALLOW_COPY_AND_ASSIGN(IdentityMapBase);
91 class IdentityMap : public IdentityMapBase {
95 : IdentityMapBase(heap), allocator_(allocator) {}
129 void Clear() { IdentityMapBase::Clear(); }

Completed in 60 milliseconds