Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h292 typedef void* HeapThing; typedef
298 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
307 int Map(HeapThing thing);
308 void Pair(HeapThing thing, int entry);
311 static uint32_t Hash(HeapThing thing) { in Hash()
356 virtual HeapEntry* AllocateEntry(HeapThing ptr);
555 static HeapThing const kNativesRootObject;
Dheap-snapshot-generator.cc545 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);
[all …]