Home
last modified time | relevance | path

Searched refs:HeapObjectInfo (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc497 struct HeapObjectInfo { struct
498 HeapObjectInfo(HeapObject* obj, int expected_size) in HeapObjectInfo() argument
526 static int comparator(const HeapObjectInfo* a, const HeapObjectInfo* b) { in comparator()
537 List<HeapObjectInfo> heap_objects(1000); in FindUntrackedObjects()
549 heap_objects.Add(HeapObjectInfo(obj, 0)); in FindUntrackedObjects()
556 heap_objects.Add(HeapObjectInfo(obj, in FindUntrackedObjects()
572 const HeapObjectInfo& object_info = heap_objects[i]; in FindUntrackedObjects()