Searched refs:gc_processing_counter (Results 1 – 2 of 2) sorted by relevance
214 bool InRecursiveGC(unsigned gc_processing_counter);
1532 bool GlobalHandles::InRecursiveGC(unsigned gc_processing_counter) { in InRecursiveGC() argument1533 return gc_processing_counter != post_gc_processing_count_; in InRecursiveGC()