Searched refs:ObjectStatsCollector (Results 1 – 4 of 4) sorted by relevance
241 void ObjectStatsCollector::CollectStatistics(HeapObject* obj) { in CollectStatistics()272 class ObjectStatsCollector::CompilationCacheTableVisitor275 explicit CompilationCacheTableVisitor(ObjectStatsCollector* parent) in CompilationCacheTableVisitor()289 ObjectStatsCollector* parent_;292 void ObjectStatsCollector::CollectGlobalStatistics() { in CollectGlobalStatistics()349 bool ObjectStatsCollector::RecordFixedArrayHelper(HeapObject* parent, in RecordFixedArrayHelper()361 void ObjectStatsCollector::RecursivelyRecordFixedArrayHelper(HeapObject* parent, in RecursivelyRecordFixedArrayHelper()375 void ObjectStatsCollector::RecordHashTableHelper(HeapObject* parent, in RecordHashTableHelper()386 void ObjectStatsCollector::RecordJSObjectDetails(JSObject* object) { in RecordJSObjectDetails()419 void ObjectStatsCollector::RecordJSWeakCollectionDetails( in RecordJSWeakCollectionDetails()[all …]
133 class ObjectStatsCollector {135 ObjectStatsCollector(Heap* heap, ObjectStats* stats) in ObjectStatsCollector() function165 friend class ObjectStatsCollector::CompilationCacheTableVisitor;
2386 friend class ObjectStatsCollector; variable
2252 ObjectStatsCollector live_collector_;2253 ObjectStatsCollector dead_collector_;