HomeSort by relevance Sort by last modified time
    Searched defs:RecordObjectStats (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
object-stats.cc 296 void ObjectStats::RecordObjectStats(InstanceType type, size_t size) {
361 // objects dispatch to the low level ObjectStats::RecordObjectStats manually.
364 void RecordObjectStats(HeapObject* obj, InstanceType type, size_t size);
691 RecordObjectStats(obj, map->instance_type(), obj->Size());
736 void ObjectStatsCollectorImpl::RecordObjectStats(HeapObject* obj,
740 stats_->RecordObjectStats(type, size);
    [all...]
mark-compact.cc 465 RecordObjectStats();
    [all...]

Completed in 689 milliseconds