Searched refs:mark_sweep (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_sweep.cc17 #include "mark_sweep.h"
38 #include "mark_sweep-inl.h"
351 MarkSweep* mark_sweep = reinterpret_cast<MarkSweep*>(arg); local
352 mark_sweep->MarkObject(obj);
366 explicit MarkSweepMarkObjectSlowPath(MarkSweep* mark_sweep) : mark_sweep_(mark_sweep) { argument
525 explicit ScanObjectVisitor(MarkSweep* const mark_sweep) ALWAYS_INLINE
526 : mark_sweep_(mark_sweep) {}
559 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, argument
561 : mark_sweep_(mark_sweep),
612 MarkSweep* const mark_sweep = chunk_task_->mark_sweep_; local
689 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, accounting::ContinuousSpaceBitmap* bitmap, byte* begin, byte* end, byte minimum_age, size_t mark_stack_size, Object** mark_stack_obj) argument
824 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, accounting::ContinuousSpaceBitmap* bitmap, uintptr_t begin, uintptr_t end) argument
958 CheckpointMarkThreadRoots(MarkSweep* mark_sweep, bool revoke_ros_alloc_thread_local_buffers_at_checkpoint) argument
[all...]
/art/runtime/
H A DAndroid.mk58 gc/collector/mark_sweep.cc \
/art/runtime/gc/
H A Dheap.cc41 #include "gc/collector/mark_sweep-inl.h"
2743 collector::MarkSweep* mark_sweep = down_cast<collector::MarkSweep*>(gc); local
2744 mark_sweep->VerifySystemWeaks();

Completed in 61 milliseconds