Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobject-stats.h42 object_counts_[type]++; in RecordObjectStats()
55 object_counts_[code_sub_type_index]++; in RecordCodeSubTypeStats()
57 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()
69 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++; in RecordFixedArraySubTypeStats()
120 size_t object_counts_[OBJECT_STATS_COUNT]; variable
Dobject-stats.cc21 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()
68 PrintF("\"count\": %zu, ", object_counts_[index]); in PrintInstanceTypeJSON()
127 stream << "\"count\":" << object_counts_[index] << ","; in DumpInstanceTypeData()
184 static_cast<int>(object_counts_[name])); \ in CheckpointObjectStats()
197 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
209 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
222 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
232 MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()