Searched refs:HeapThing (Results 1 – 2 of 2) sorted by relevance
267 typedef void* HeapThing; typedef274 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;284 int Map(HeapThing thing);285 void Pair(HeapThing thing, int entry);288 static uint32_t Hash(HeapThing thing) { in Hash()334 virtual HeapEntry* AllocateEntry(HeapThing ptr);520 static HeapThing const kNativesRootObject;
724 int HeapEntriesMap::Map(HeapThing thing) { in Map()731 void HeapEntriesMap::Pair(HeapThing thing, int entry) { in Pair()799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()900 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry()905 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry()909 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry()1563 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry()2268 virtual HeapEntry* AllocateEntry(HeapThing ptr);2277 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()