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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 326 typedef void* HeapThing;
333 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
343 int Map(HeapThing thing);
344 void Pair(HeapThing thing, int entry);
347 static uint32_t Hash(HeapThing thing) {
352 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
385 virtual HeapEntry* AddEntry(HeapThing ptr,
387 virtual HeapEntry* FindEntry(HeapThing ptr) = 0;
388 virtual HeapEntry* FindOrAddEntry(HeapThing ptr
    [all...]
  /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...]

Completed in 27 milliseconds