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

  /external/v8/src/heap/
object-stats.h 39 object_counts_[type]++;
51 object_counts_[code_sub_type_index]++;
53 object_counts_[code_age_index]++;
59 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++;
78 size_t object_counts_[OBJECT_STATS_COUNT]; member in class:v8::internal::ObjectStats
object-stats.cc 19 memset(object_counts_, 0, sizeof(object_counts_));
45 count = static_cast<int>(object_counts_[name]); \
53 count = static_cast<int>(object_counts_[index]); \
60 count = static_cast<int>(object_counts_[index]); \
68 count = static_cast<int>(object_counts_[index]); \
81 static_cast<int>(object_counts_[name])); \
94 static_cast<int>(object_counts_[index])); \
106 static_cast<int>(object_counts_[index])); \
119 static_cast<int>(object_counts_[index]));
    [all...]

Completed in 166 milliseconds