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

/art/runtime/gc/collector/
H A Dconcurrent_copying.h56 class ConcurrentCopying : public GarbageCollector { class in namespace:art::gc::collector
68 explicit ConcurrentCopying(Heap* heap,
71 ~ConcurrentCopying();
286 // mark bit has been set by ConcurrentCopying::MarkFromReadBarrier,
288 // ConcurrentCopying::FinishPhase. The mark bit of an object can be
295 // (see use case in ConcurrentCopying::MarkFromReadBarrier).
394 DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying);
H A Dconcurrent_copying.cc56 // ConcurrentCopying::Scan. May be used to diagnose possibly unnecessary read barriers.
65 ConcurrentCopying::ConcurrentCopying(Heap* heap, function in class:art::gc::collector::ConcurrentCopying
129 void ConcurrentCopying::MarkHeapReference(mirror::HeapReference<mirror::Object>* field,
154 ConcurrentCopying::~ConcurrentCopying() {
158 void ConcurrentCopying::RunPhases() {
207 class ConcurrentCopying::ActivateReadBarrierEntrypointsCheckpoint : public Closure {
209 explicit ActivateReadBarrierEntrypointsCheckpoint(ConcurrentCopying* concurrent_copying)
225 ConcurrentCopying* cons
[all...]

Completed in 1598 milliseconds