Home
last modified time | relevance | path

Searched refs:HeapThing (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h275 typedef void* HeapThing; typedef
282 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;
Dheap-snapshot-generator.cc704 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()