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 ConcurrentCopying(Heap* heap,
73 ~ConcurrentCopying();
338 // card (see ConcurrentCopying::CopyingPhase).
342 // mark bit has been set by ConcurrentCopying::MarkFromReadBarrier,
344 // ConcurrentCopying::FinishPhase. The mark bit of an object can be
351 // (see use case in ConcurrentCopying::MarkFromReadBarrier).
458 // ConcurrentCopying::SweepArray).
490 DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying);
concurrent_copying.cc 59 // occur during ConcurrentCopying::Scan in GC thread. May be used to diagnose possibly unnecessary
70 ConcurrentCopying::ConcurrentCopying(Heap* heap,
158 void ConcurrentCopying::MarkHeapReference(mirror::HeapReference<mirror::Object>* field,
184 ConcurrentCopying::~ConcurrentCopying() {
188 void ConcurrentCopying::RunPhases() {
242 class ConcurrentCopying::ActivateReadBarrierEntrypointsCheckpoint : public Closure {
244 explicit ActivateReadBarrierEntrypointsCheckpoint(ConcurrentCopying* concurrent_copying)
260 ConcurrentCopying* const concurrent_copying_
    [all...]

Completed in 58 milliseconds