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;
704 int HeapEntriesMap::Map(HeapThing thing) { in Map()711 void HeapEntriesMap::Pair(HeapThing thing, int entry) { in Pair()776 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()879 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry()884 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry()888 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry()1500 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry()2217 virtual HeapEntry* AllocateEntry(HeapThing ptr);2226 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()