Searched refs:secondary_ (Results 1 – 3 of 3) sorted by relevance
72 Entry* secondary = entry(secondary_, secondary_offset); in Set()92 Entry* secondary = entry(secondary_, secondary_offset); in Get()108 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()109 secondary_[j].map = nullptr; in Clear()110 secondary_[j].value = empty; in Clear()134 if (secondary_[i].key == *name) { in CollectMatchingMaps()135 Map* map = secondary_[i].map; in CollectMatchingMaps()145 if (entry(secondary_, offset) == &secondary_[i] && in CollectMatchingMaps()
74 return StubCache::secondary_; in first_entry()158 Entry secondary_[kSecondaryTableSize]; variable
1299 secondary_.InitLinkerInitialized(may_return_null); in InitLinkerInitialized()1305 secondary_.Init(may_return_null); in Init()1326 res = secondary_.Allocate(&stats_, size, alignment);1345 secondary_.SetMayReturnNull(may_return_null); in SetMayReturnNull()1363 secondary_.Deallocate(&stats_, p); in Deallocate()1387 return secondary_.PointerIsMine(p); in PointerIsMine()1397 return secondary_.GetMetaData(p); in GetMetaData()1403 return secondary_.GetBlockBegin(p); in GetBlockBegin()1411 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()1417 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()[all …]