Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_sweep.cc271 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE in ScanObjectVisitor()
398 explicit MarkObjectSlowPath(MarkSweep* mark_sweep, in MarkObjectSlowPath()
652 MarkSweep* mark_sweep, in MarkStackTask()
675 MarkSweep* mark_sweep) in MarkObjectParallelVisitor()
728 MarkSweep* const mark_sweep = chunk_task_->mark_sweep_; in operator ()() local
810 MarkSweep* mark_sweep, in CardScanTask()
975 MarkSweep* mark_sweep, in RecursiveMarkTask()
1087 explicit VerifySystemWeakVisitor(MarkSweep* mark_sweep) : mark_sweep_(mark_sweep) {} in VerifySystemWeakVisitor()
1116 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, in CheckpointMarkThreadRoots()
1327 ALWAYS_INLINE explicit MarkVisitor(MarkSweep* const mark_sweep) : mark_sweep_(mark_sweep) {} in MarkVisitor()
/art/runtime/gc/
Dheap.cc3418 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); in PostGcVerificationPaused() local