Searched refs:HeapThing (Results 1 – 2 of 2) sorted by relevance
275 typedef void* HeapThing; typedef282 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;292 int Map(HeapThing thing);293 void Pair(HeapThing thing, int entry);296 static uint32_t Hash(HeapThing thing) { in Hash()342 virtual HeapEntry* AllocateEntry(HeapThing ptr);535 static HeapThing const kNativesRootObject;
701 int HeapEntriesMap::Map(HeapThing thing) { in Map()708 void HeapEntriesMap::Pair(HeapThing thing, int entry) { in Pair()773 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()878 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry()883 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry()887 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry()1499 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry()2217 virtual HeapEntry* AllocateEntry(HeapThing ptr);2226 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()