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

/art/runtime/gc/collector/
H A Dmark_sweep.cc17 #include "mark_sweep.h"
43 #include "mark_sweep-inl.h"
357 MarkSweep* mark_sweep = reinterpret_cast<MarkSweep*>(arg); local
358 mark_sweep->MarkObject(obj);
372 explicit MarkSweepMarkObjectSlowPath(MarkSweep* mark_sweep, Object* holder = nullptr, argument
374 : mark_sweep_(mark_sweep), holder_(holder), offset_(offset) {
599 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE
600 : mark_sweep_(mark_sweep) {}
633 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, argument
635 : mark_sweep_(mark_sweep),
686 MarkSweep* const mark_sweep = chunk_task_->mark_sweep_; local
764 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, accounting::ContinuousSpaceBitmap* bitmap, uint8_t* begin, uint8_t* end, uint8_t minimum_age, size_t mark_stack_size, StackReference<Object>* mark_stack_obj, bool clear_card) argument
910 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, accounting::ContinuousSpaceBitmap* bitmap, uintptr_t begin, uintptr_t end) argument
1043 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, bool revoke_ros_alloc_thread_local_buffers_at_checkpoint) argument
[all...]
/art/runtime/gc/
H A Dheap.cc46 #include "gc/collector/mark_sweep-inl.h"
3138 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); local
3139 mark_sweep->VerifySystemWeaks();

Completed in 683 milliseconds