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

  /art/runtime/gc/collector/
concurrent_copying.cc 54 // ConcurrentCopying::Scan. May be used to diagnose possibly unnecessary read barriers.
63 ConcurrentCopying::ConcurrentCopying(Heap* heap,
127 void ConcurrentCopying::MarkHeapReference(mirror::HeapReference<mirror::Object>* field,
152 ConcurrentCopying::~ConcurrentCopying() {
156 void ConcurrentCopying::RunPhases() {
205 class ConcurrentCopying::ActivateReadBarrierEntrypointsCheckpoint : public Closure {
207 explicit ActivateReadBarrierEntrypointsCheckpoint(ConcurrentCopying* concurrent_copying)
223 ConcurrentCopying* const concurrent_copying_
    [all...]
concurrent_copying-inl.h 33 inline mirror::Object* ConcurrentCopying::MarkUnevacFromSpaceRegion(
70 inline mirror::Object* ConcurrentCopying::MarkImmuneSpace(mirror::Object* ref) {
100 inline mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref,
154 inline mirror::Object* ConcurrentCopying::MarkFromReadBarrier(mirror::Object* from_ref) {
180 inline mirror::Object* ConcurrentCopying::GetFwdPtr(mirror::Object* from_ref) {
192 inline bool ConcurrentCopying::IsMarkedInUnevacFromSpace(mirror::Object* from_ref) {
concurrent_copying.h 56 class ConcurrentCopying : public GarbageCollector {
68 explicit ConcurrentCopying(Heap* heap,
71 ~ConcurrentCopying();
367 DISALLOW_IMPLICIT_CONSTRUCTORS(ConcurrentCopying);
  /art/runtime/gc/accounting/
heap_bitmap.h 30 class ConcurrentCopying;
84 friend class art::gc::collector::ConcurrentCopying;
  /art/runtime/gc/
reference_queue.cc 79 // Change the gray ptr we left in ConcurrentCopying::ProcessMarkStackRef() to white.
83 collector::ConcurrentCopying* concurrent_copying = heap->ConcurrentCopyingCollector();
89 // In ConcurrentCopying::ProcessMarkStackRef() we may leave a white reference in the queue and
heap.h 80 class ConcurrentCopying;
720 collector::ConcurrentCopying* ConcurrentCopyingCollector() {
    [all...]
heap.cc 598 concurrent_copying_collector_ = new collector::ConcurrentCopying(this,
    [all...]
  /art/runtime/
read_barrier-inl.h 216 gc::collector::ConcurrentCopying* collector = heap->ConcurrentCopyingCollector();
thread_list.cc     [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 604 milliseconds