Searched refs:Mark (Results 1 – 4 of 4) sorted by relevance
47 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() function187 return Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->Mark(obj); in Mark()
79 static mirror::Object* Mark(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
330 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::ConcurrentCopying1664 return reinterpret_cast<ConcurrentCopying*>(arg)->Mark(from_ref); in MarkCallback()
176 mirror::Object* Mark(mirror::Object* from_ref) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);