Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobject-stats.cc241 void ObjectStatsCollector::CollectStatistics(HeapObject* obj) { in CollectStatistics()
272 class ObjectStatsCollector::CompilationCacheTableVisitor
275 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 …]
Dobject-stats.h133 class ObjectStatsCollector {
135 ObjectStatsCollector(Heap* heap, ObjectStats* stats) in ObjectStatsCollector() function
165 friend class ObjectStatsCollector::CompilationCacheTableVisitor;
Dheap.h2386 friend class ObjectStatsCollector; variable
Dmark-compact.cc2252 ObjectStatsCollector live_collector_;
2253 ObjectStatsCollector dead_collector_;