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

/external/v8/src/
H A Dprofile-generator.h790 typedef void* HeapThing; typedef in namespace:v8::internal
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) {
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
876 virtual HeapEntry* AddEntry(HeapThing pt
[all...]

Completed in 58 milliseconds