Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h267 typedef void* HeapThing; typedef
274 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
284 int Map(HeapThing thing);
285 void Pair(HeapThing thing, int entry);
288 static uint32_t Hash(HeapThing thing) { in Hash()
334 virtual HeapEntry* AllocateEntry(HeapThing ptr);
520 static HeapThing const kNativesRootObject;
Dheap-snapshot-generator.cc724 int HeapEntriesMap::Map(HeapThing thing) { in Map()
731 void HeapEntriesMap::Pair(HeapThing thing, int entry) { in Pair()
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()
900 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry()
905 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry()
909 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry()
1563 virtual HeapEntry* AllocateEntry(HeapThing ptr) { in AllocateEntry()
2268 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2277 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry()