Home
last modified time | relevance | path

Searched defs:mark_sweep (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.cc297 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE in ScanObjectVisitor()
429 explicit MarkObjectSlowPath(MarkSweep* mark_sweep, in MarkObjectSlowPath()
674 MarkSweep* mark_sweep, in MarkStackTask()
697 MarkSweep* mark_sweep) in MarkObjectParallelVisitor()
750 MarkSweep* const mark_sweep = chunk_task_->mark_sweep_; in operator ()() local
832 MarkSweep* mark_sweep, in CardScanTask()
997 MarkSweep* mark_sweep, in RecursiveMarkTask()
1109 explicit VerifySystemWeakVisitor(MarkSweep* mark_sweep) : mark_sweep_(mark_sweep) {} in VerifySystemWeakVisitor()
1137 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, in CheckpointMarkThreadRoots()
1348 ALWAYS_INLINE explicit MarkVisitor(MarkSweep* const mark_sweep) : mark_sweep_(mark_sweep) {} in MarkVisitor()
/art/runtime/gc/
Dheap.cc3386 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); in PostGcVerificationPaused() local