Searched refs:HeapThing (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | profile-generator.h | 790 typedef void* HeapThing; typedef 798 HeapThing ptr, int children_count, int retainers_count) = 0; 810 HeapEntry* Map(HeapThing thing); 811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry); 812 void CountReference(HeapThing from, HeapThing to, 836 static uint32_t Hash(HeapThing thing) { in Hash() 840 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) { in HeapThingsMatch() 873 virtual HeapEntry* AddEntry(HeapThing ptr, 875 virtual HeapEntry* FindEntry(HeapThing ptr) = 0; 876 virtual HeapEntry* FindOrAddEntry(HeapThing ptr, [all …]
|
D | profile-generator.cc | 1532 HeapEntry* HeapEntriesMap::Map(HeapThing thing) { in Map() 1544 HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry) { in Pair() 1552 void HeapEntriesMap::CountReference(HeapThing from, HeapThing to, in CountReference() 1627 HeapThing ptr, int children_count, int retainers_count) { in AllocateEntry() 2221 HeapThing const NativeObjectsExplorer::kNativesRootObject = 2222 reinterpret_cast<HeapThing>( 2252 HeapThing ptr, int children_count, int retainers_count) { in AllocateEntry() 2407 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in AddEntry() 2411 HeapEntry* FindEntry(HeapThing ptr) { in FindEntry() 2414 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry() [all …]
|
D | heap-profiler.cc | 1057 HeapThing ptr, int children_count, int retainers_count) { in AllocateEntry()
|