Searched defs:gc_count (Results 1 – 2 of 2) sorted by relevance
56 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) { in PrintKeyAndId()61 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count, in PrintInstanceTypeJSON()81 int gc_count = heap()->gc_count(); in PrintJSON() local139 int gc_count = heap()->gc_count(); in Dump() local
1438 int gc_count() const { return gc_count_; } in gc_count() function