Home | History | Annotate | Download | only in heap

Lines Matching defs:gc_count

56 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) {
58 reinterpret_cast<void*>(isolate()), gc_count, key);
61 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count,
64 PrintKeyAndId(key, gc_count);
81 int gc_count = heap()->gc_count();
85 PrintKeyAndId(key, gc_count);
89 PrintKeyAndId(key, gc_count);
98 PrintInstanceTypeJSON(key, gc_count, #name, name);
100 PrintInstanceTypeJSON(key, gc_count, "*CODE_" #name, \
103 PrintInstanceTypeJSON(key, gc_count, "*FIXED_ARRAY_" #name, \
107 key, gc_count, "*CODE_AGE_" #name, \
139 int gc_count = heap()->gc_count();
143 stream << "\"id\":" << gc_count << ",";