Home
last modified time | relevance | path

Searched refs:ConcurrentCopying (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h35 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()
Dconcurrent_copying.h56 class ConcurrentCopying : public GarbageCollector {
68 ConcurrentCopying(Heap* heap,
73 ~ConcurrentCopying();
490 DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying);
/art/runtime/gc/accounting/
Dheap_bitmap.h33 class ConcurrentCopying; variable
87 friend class art::gc::collector::ConcurrentCopying;
/art/runtime/gc/
Dheap.h86 class ConcurrentCopying; variable
777 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;
Dreference_queue.cc84 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector(); in DisableReadBarrierForReference()
Dheap.cc664 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()
/art/runtime/
Dread_barrier-inl.h222 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector(); in IsDuringStartup()
Dthread_list.cc1414 gc::collector::ConcurrentCopying* const cc = in Register()
/art/dex2oat/linker/
Dimage_writer.cc3008 if (kUseBakerReadBarrier && gc::collector::ConcurrentCopying::kGrayDirtyImmuneObjects) { in CopyAndFixupObject()