Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobject-stats.cc19 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()
45 count = static_cast<int>(object_counts_[name]); \ in TraceObjectStats()
53 count = static_cast<int>(object_counts_[index]); \ in TraceObjectStats()
60 count = static_cast<int>(object_counts_[index]); \ in TraceObjectStats()
68 count = static_cast<int>(object_counts_[index]); \ in TraceObjectStats()
81 static_cast<int>(object_counts_[name])); \ in CheckpointObjectStats()
94 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
106 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
119 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
129 MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()
Dobject-stats.h39 object_counts_[type]++; in RecordObjectStats()
51 object_counts_[code_sub_type_index]++; in RecordCodeSubTypeStats()
53 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()
59 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++; in RecordFixedArraySubTypeStats()
78 size_t object_counts_[OBJECT_STATS_COUNT]; variable