Lines Matching defs:gc_count
199 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) {
201 reinterpret_cast<void*>(isolate()), gc_count, key);
204 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count,
207 PrintKeyAndId(key, gc_count);
224 int gc_count = heap()->gc_count();
228 PrintKeyAndId(key, gc_count);
232 PrintKeyAndId(key, gc_count);
246 PrintKeyAndId(key, gc_count);
255 PrintInstanceTypeJSON(key, gc_count, #name, name);
258 PrintInstanceTypeJSON(key, gc_count, #name, FIRST_VIRTUAL_TYPE + name);
283 int gc_count = heap()->gc_count();
287 stream << "\"id\":" << gc_count << ",";