Lines Matching refs:freed_nodes
1402 size_t freed_nodes = 0; in PostScavengeProcessing() local
1412 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostScavengeProcessing()
1414 if (!node->IsRetainer()) freed_nodes++; in PostScavengeProcessing()
1416 return freed_nodes; in PostScavengeProcessing()
1420 size_t freed_nodes = 0; in PostMarkSweepProcessing() local
1430 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostMarkSweepProcessing()
1432 if (!node->IsRetainer()) freed_nodes++; in PostMarkSweepProcessing()
1434 return freed_nodes; in PostMarkSweepProcessing()
1469 size_t freed_nodes = 0; in InvokeFirstPassWeakCallbacks() local
1487 freed_nodes++; in InvokeFirstPassWeakCallbacks()
1490 return freed_nodes; in InvokeFirstPassWeakCallbacks()
1543 size_t freed_nodes = 0; in PostGarbageCollectionProcessing() local
1550 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
1552 freed_nodes += Heap::IsYoungGenerationCollector(collector) in PostGarbageCollectionProcessing()
1555 if (InRecursiveGC(post_processing_count)) return freed_nodes; in PostGarbageCollectionProcessing()
1558 return freed_nodes; in PostGarbageCollectionProcessing()