Home
last modified time | relevance | path

Searched refs:Mark (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dread_barrier-inl.h47 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in Barrier()
63 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in Barrier()
88 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
103 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in BarrierForRoot()
128 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
143 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
186 inline mirror::Object* ReadBarrier::Mark(mirror::Object* obj) { in Mark() function
187 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj); in Mark()
Dread_barrier.h79 static mirror::Object* Mark(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/gc/collector/
Dconcurrent_copying.cc330 mirror::Object* marked_image_root = Mark(image_root); in MarkingPhase()
1133 mirror::Object* to_ref = Mark(ref); in Process()
1159 mirror::Object* to_ref = Mark(ref); in VisitRoots()
1184 mirror::Object* to_ref = Mark(ref); in VisitRoots()
1488 mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref) { in Mark() function in art::gc::collector::ConcurrentCopying
1664 return reinterpret_cast<ConcurrentCopying*>(arg)->Mark(from_ref); in MarkCallback()
Dconcurrent_copying.h176 mirror::Object* Mark(mirror::Object* from_ref) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);