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

/external/v8/src/heap/
H A Dobject-stats.cc241 void ObjectStatsCollector::CollectStatistics(HeapObject* obj) {
272 class ObjectStatsCollector::CompilationCacheTableVisitor
275 explicit CompilationCacheTableVisitor(ObjectStatsCollector* parent)
289 ObjectStatsCollector* parent_;
292 void ObjectStatsCollector::CollectGlobalStatistics() {
349 bool ObjectStatsCollector::RecordFixedArrayHelper(HeapObject* parent,
361 void ObjectStatsCollector::RecursivelyRecordFixedArrayHelper(HeapObject* parent,
375 void ObjectStatsCollector::RecordHashTableHelper(HeapObject* parent,
386 void ObjectStatsCollector::RecordJSObjectDetails(JSObject* object) {
419 void ObjectStatsCollector
[all...]
H A Dobject-stats.h133 class ObjectStatsCollector { class in namespace:v8::internal
135 ObjectStatsCollector(Heap* heap, ObjectStats* stats) function in class:v8::internal::ObjectStatsCollector
165 friend class ObjectStatsCollector::CompilationCacheTableVisitor;
H A Dheap.h2386 friend class ObjectStatsCollector;
H A Dmark-compact.cc2252 ObjectStatsCollector live_collector_;
2253 ObjectStatsCollector dead_collector_;

Completed in 112 milliseconds