Lines Matching refs:HeapThing
545 int HeapEntriesMap::Map(HeapThing thing) { in Map()
552 void HeapEntriesMap::Pair(HeapThing thing, int entry) { in Pair()
613 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()
745 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry()
750 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry()
755 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry()
1355 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry()
2080 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2089 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()
2111 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2148 HeapEntry* EmbedderGraphEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()