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

/external/v8/src/profiler/
H A Dheap-snapshot-generator.h273 typedef void* HeapThing; typedef in namespace:v8::internal
280 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
290 int Map(HeapThing thing);
291 void Pair(HeapThing thing, int entry);
294 static uint32_t Hash(HeapThing thing) {
340 virtual HeapEntry* AllocateEntry(HeapThing ptr);
532 static HeapThing const kNativesRootObject;
558 // Mapping from HeapThing pointers to HeapEntry* pointers.
H A Dheap-snapshot-generator.cc724 int HeapEntriesMap::Map(HeapThing thing) {
731 void HeapEntriesMap::Pair(HeapThing thing, int entry) {
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
904 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
909 HeapEntry* FindEntry(HeapThing ptr) {
913 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
1551 virtual HeapEntry* AllocateEntry(HeapThing ptr) {
2258 virtual HeapEntry* AllocateEntry(HeapThing ptr);
2267 HeapEntry* BasicHeapEntriesAllocator::AllocateEntry(HeapThing ptr) {

Completed in 70 milliseconds