Home
last modified time | relevance | path

Searched refs:ObjectStatsVisitor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h603 class ObjectStatsVisitor; variable
Dmark-compact.cc2229 class MarkCompactCollector::ObjectStatsVisitor class in v8::internal::MarkCompactCollector
2232 ObjectStatsVisitor(Heap* heap, ObjectStats* live_stats, in ObjectStatsVisitor() function in v8::internal::MarkCompactCollector::ObjectStatsVisitor
2271 ObjectStatsVisitor visitor(heap(), heap()->live_object_stats_, in RecordObjectStats()