Searched refs:HeapObjectInfo (Results 1 – 1 of 1) sorted by relevance
497 struct HeapObjectInfo { struct498 HeapObjectInfo(HeapObject* obj, int expected_size) in HeapObjectInfo() argument526 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()