Searched defs:mark_sweep (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 357 MarkSweep* mark_sweep = reinterpret_cast<MarkSweep*>(arg); in MarkObjectCallback() local 372 explicit MarkSweepMarkObjectSlowPath(MarkSweep* mark_sweep, Object* holder = nullptr, in MarkSweepMarkObjectSlowPath() 599 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE in ScanObjectVisitor() 633 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, in MarkStackTask() 655 MarkSweep* mark_sweep) ALWAYS_INLINE in MarkObjectParallelVisitor() 686 MarkSweep* const mark_sweep = chunk_task_->mark_sweep_; in operator ()() local 764 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in CardScanTask() 910 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in RecursiveMarkTask() 1043 explicit CheckpointMarkThreadRoots(MarkSweep* mark_sweep, in CheckpointMarkThreadRoots() 1259 explicit MarkObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE : mark_sweep_(mark_sweep) { in MarkObjectVisitor()
|
/art/runtime/gc/ |
D | heap.cc | 3138 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); in PostGcVerificationPaused() local
|