Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap.h1809 object_counts_[type]++; in RecordObjectStats()
1821 object_counts_[code_sub_type_index]++; in RecordCodeSubTypeStats()
1823 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()
1829 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++; in RecordFixedArraySubTypeStats()
2337 size_t object_counts_[OBJECT_STATS_COUNT]; variable
Dheap.cc7929 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()
7946 static_cast<int>(object_counts_[name])); \ in CheckpointObjectStats()
7959 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
7971 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
7984 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()
7994 OS::MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()