HomeSort by relevance Sort by last modified time
    Searched refs:HeapThing (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
profile-generator.h 790 typedef void* HeapThing;
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 ptr
    [all...]
profile-generator.cc     [all...]

Completed in 41 milliseconds