Lines Matching full:collector
1477 // otherwise. In the mark-compact collector, the memory region of the from
1874 // Because the copying collector does not touch garbage objects, we iterate
2625 MarkCompactCollector* collector = heap()->mark_compact_collector();
2626 if (collector->AreSweeperThreadsActivated()) {
2627 if (collector->IsConcurrentSweepingInProgress()) {
2628 if (collector->StealMemoryFromSweeperThreads(this) < size_in_bytes) {
2629 if (!collector->sequential_sweeping()) {
2630 collector->WaitUntilSweepingCompleted();