Searched refs:secondary_ (Results 1 – 3 of 3) sorted by relevance
60 Entry* secondary = entry(secondary_, secondary_offset); in Set()82 Entry* secondary = entry(secondary_, secondary_offset); in Get()99 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()100 secondary_[j].map = NULL; in Clear()101 secondary_[j].value = empty; in Clear()126 if (secondary_[i].key == *name) { in CollectMatchingMaps()127 Map* map = secondary_[i].map; in CollectMatchingMaps()137 if (entry(secondary_, offset) == &secondary_[i] && in CollectMatchingMaps()
82 return StubCache::secondary_; in first_entry()170 Entry secondary_[kSecondaryTableSize]; variable
1275 secondary_.InitLinkerInitialized(may_return_null); in InitLinkerInitialized()1281 secondary_.Init(may_return_null); in Init()1302 res = secondary_.Allocate(&stats_, size, alignment);1321 secondary_.SetMayReturnNull(may_return_null); in SetMayReturnNull()1339 secondary_.Deallocate(&stats_, p); in Deallocate()1363 return secondary_.PointerIsMine(p); in PointerIsMine()1373 return secondary_.GetMetaData(p); in GetMetaData()1379 return secondary_.GetBlockBegin(p); in GetBlockBegin()1387 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()1393 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()[all …]