Searched defs:gc_count (Results 1 – 2 of 2) sorted by relevance
157 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) { in PrintKeyAndId()162 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count, in PrintInstanceTypeJSON()182 int gc_count = heap()->gc_count(); in PrintJSON() local237 int gc_count = heap()->gc_count(); in Dump() local
1326 int gc_count() const { return gc_count_; } in gc_count() function