Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dobject-stats.cc347 void ObjectStats::RecordObjectStats(InstanceType type, size_t size, in RecordObjectStats() function in v8::internal::ObjectStats
419 void RecordObjectStats(
789 RecordObjectStats(obj, instance_type, obj.Size(cage_base()), in CollectStatistics()
826 void ObjectStatsCollectorImpl::RecordObjectStats(HeapObject obj, in RecordObjectStats() function in v8::internal::ObjectStatsCollectorImpl
830 stats_->RecordObjectStats(type, size, over_allocated); in RecordObjectStats()
1066 RecordObjectStats(context, NATIVE_CONTEXT_TYPE, context.Size()); in RecordVirtualContext()
1074 RecordObjectStats(context, FUNCTION_CONTEXT_TYPE, context.Size()); in RecordVirtualContext()
Dobject-stats.h121 void RecordObjectStats(InstanceType type, size_t size,
Dmark-compact.h627 void RecordObjectStats();
Dmark-compact.cc625 RecordObjectStats(); in CollectGarbage()
2337 void MarkCompactCollector::RecordObjectStats() { in RecordObjectStats() function in v8::internal::MarkCompactCollector