Searched refs:ConcurrentCopying (Results 1 – 9 of 9) sorted by relevance
35 inline mirror::Object* ConcurrentCopying::MarkUnevacFromSpaceRegion( in MarkUnevacFromSpaceRegion()95 inline mirror::Object* ConcurrentCopying::MarkImmuneSpace(Thread* const self, in MarkImmuneSpace()127 inline mirror::Object* ConcurrentCopying::Mark(Thread* const self, in Mark()199 inline mirror::Object* ConcurrentCopying::MarkFromReadBarrier(mirror::Object* from_ref) { in MarkFromReadBarrier()227 inline mirror::Object* ConcurrentCopying::GetFwdPtr(mirror::Object* from_ref) { in GetFwdPtr()239 inline bool ConcurrentCopying::IsMarkedInUnevacFromSpace(mirror::Object* from_ref) { in IsMarkedInUnevacFromSpace()
56 class ConcurrentCopying : public GarbageCollector {68 ConcurrentCopying(Heap* heap,73 ~ConcurrentCopying();490 DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying);
33 class ConcurrentCopying; variable87 friend class art::gc::collector::ConcurrentCopying;
86 class ConcurrentCopying; variable777 collector::ConcurrentCopying* ConcurrentCopyingCollector() { in ConcurrentCopyingCollector()1461 collector::ConcurrentCopying* active_concurrent_copying_collector_;1462 collector::ConcurrentCopying* young_concurrent_copying_collector_;1463 collector::ConcurrentCopying* concurrent_copying_collector_;1563 friend class collector::ConcurrentCopying;
84 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
664 concurrent_copying_collector_ = new collector::ConcurrentCopying(this, in Heap()670 young_concurrent_copying_collector_ = new collector::ConcurrentCopying( in Heap()2549 if (kUseBakerReadBarrier && gc::collector::ConcurrentCopying::kGrayDirtyImmuneObjects) { in PreZygoteFork()
222 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()
1414 gc::collector::ConcurrentCopying* const cc = in Register()
3008 if (kUseBakerReadBarrier && gc::collector::ConcurrentCopying::kGrayDirtyImmuneObjects) { in CopyAndFixupObject()