Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h63 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in Barrier()
82 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in Barrier()
117 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
130 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in BarrierForRoot()
158 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
171 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
247 inline mirror::Object* ReadBarrier::Mark(mirror::Object* obj) { in Mark() function
Dread_barrier.h103 static mirror::Object* Mark(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dmonitor_objects_stack_visitor.h148 o = ReadBarrier::Mark(o); in VisitLockedObject()
Dmonitor.cc1328 lock_object = ReadBarrier::Mark(lock_object); in FetchState()
Dthread.cc4022 peer = art::ReadBarrier::Mark(peer); in GetPeerFromOtherThread()
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h102 inline mirror::Object* ConcurrentCopying::Mark(mirror::Object* from_ref, in Mark() function
173 ret = Mark(from_ref); in MarkFromReadBarrier()
Dconcurrent_copying.cc137 mirror::Object* to_ref = Mark(from_ref); in MarkHeapReference()
150 field->Assign(Mark(field->AsMirrorPtr())); in MarkHeapReference()
376 mirror::Object* to_ref = concurrent_copying_->Mark(ref); in VisitRoots()
392 mirror::Object* to_ref = concurrent_copying_->Mark(ref); in VisitRoots()
453 cc->java_lang_Object_ = down_cast<mirror::Class*>(cc->Mark( in Run()
2131 mirror::Object* to_ref = Mark</*kGrayImmuneObject*/false, /*kFromGCThread*/true>( in Process()
2160 mirror::Object* to_ref = Mark(ref); in VisitRoots()
2180 mirror::Object* to_ref = Mark<kGrayImmuneObject>(ref); in MarkRoot()
2246 Mark(mirror::IntArray::GetArrayClass<kWithoutReadBarrier>())); in FillWithDummyObject()
2741 return Mark(from_ref); in MarkObject()
[all …]
Dmark_sweep.cc702 Mark(obj->GetFieldObject<mirror::Object>(offset)); in operator ()()
718 Mark(root->AsMirrorPtr()); in VisitRoot()
722 ALWAYS_INLINE void Mark(mirror::Object* ref) const REQUIRES_SHARED(Locks::mutator_lock_) { in Mark() function in art::gc::collector::MarkSweep::MarkStackTask::MarkObjectParallelVisitor
Dconcurrent_copying.h115 ALWAYS_INLINE mirror::Object* Mark(mirror::Object* from_ref,
/art/compiler/dex/
Dinline_method_analyser.cc51 static bool Mark(Matcher* matcher);
83 bool Matcher::Mark(Matcher* matcher) { in Mark() function in art::__anona7f1989d0111::Matcher
283 &Matcher::Mark, in DoAnalyseConstructor()
286 &Matcher::Mark, in DoAnalyseConstructor()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc388 return ReadBarrier::Mark(obj); in artReadBarrierMark()