Home
last modified time | relevance | path

Searched refs:secondary_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dstub-cache.cc60 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()
Dstub-cache.h82 return StubCache::secondary_; in first_entry()
170 Entry secondary_[kSecondaryTableSize]; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1275 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 …]