Searched refs:post_processing_count (Results 1 – 2 of 2) sorted by relevance
1401 size_t GlobalHandles::PostScavengeProcessing(unsigned post_processing_count) { in PostScavengeProcessing() argument1412 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostScavengeProcessing()1419 size_t GlobalHandles::PostMarkSweepProcessing(unsigned post_processing_count) { in PostMarkSweepProcessing() argument1430 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostMarkSweepProcessing()1542 const unsigned post_processing_count = ++post_gc_processing_count_; in PostGarbageCollectionProcessing() local1550 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()1553 ? PostScavengeProcessing(post_processing_count) in PostGarbageCollectionProcessing()1554 : PostMarkSweepProcessing(post_processing_count); in PostGarbageCollectionProcessing()1555 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
221 size_t PostScavengeProcessing(unsigned post_processing_count);222 size_t PostMarkSweepProcessing(unsigned post_processing_count);