HomeSort by relevance Sort by last modified time
    Searched defs:ConcurrentCopying (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
concurrent_copying.h 56 class ConcurrentCopying : public GarbageCollector {
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);
concurrent_copying.cc 56 // ConcurrentCopying::Scan. May be used to diagnose possibly unnecessary read barriers.
65 ConcurrentCopying::ConcurrentCopying(Heap* heap,
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* const concurrent_copying_
    [all...]

Completed in 62 milliseconds