Home
last modified time | relevance | path

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

/art/runtime/
Dread_barrier-inl.h62 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in Barrier()
84 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in Barrier()
122 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
135 ref = reinterpret_cast<MirrorType*>(Mark(old_ref)); in BarrierForRoot()
163 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
176 ref = reinterpret_cast<MirrorType*>(Mark(ref)); in BarrierForRoot()
252 inline mirror::Object* ReadBarrier::Mark(mirror::Object* obj) { in Mark() function
Dmonitor_objects_stack_visitor.cc97 o = ReadBarrier::Mark(o.Ptr()); in VisitLockedObject()
Dread_barrier.h103 static mirror::Object* Mark(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dmonitor.cc1426 lock_object = ReadBarrier::Mark(lock_object.Ptr()); in FetchState()
Dthread.cc4274 peer = art::ReadBarrier::Mark(peer); in GetPeerFromOtherThread()
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h127 inline mirror::Object* ConcurrentCopying::Mark(Thread* const self, in Mark() function
210 ret = Mark</*kGrayImmuneObject=*/true, /*kNoUnEvac=*/false, /*kFromGCThread=*/false>(self, in MarkFromReadBarrier()
Dconcurrent_copying.cc165 mirror::Object* to_ref = Mark(self, from_ref); in MarkHeapReference()
178 field->Assign(Mark(self, field->AsMirrorPtr())); in MarkHeapReference()
479 mirror::Object* to_ref = concurrent_copying_->Mark(self, ref); in VisitRoots()
496 mirror::Object* to_ref = concurrent_copying_->Mark(self, ref); in VisitRoots()
567 cc->java_lang_Object_ = down_cast<mirror::Class*>(cc->Mark(thread, in Run()
3125 mirror::Object* to_ref = Mark</*kGrayImmuneObject=*/false, kNoUnEvac, /*kFromGCThread=*/true>( in Process()
3158 mirror::Object* to_ref = Mark(self, ref); in VisitRoots()
3179 mirror::Object* to_ref = Mark<kGrayImmuneObject>(self, ref); in MarkRoot()
3248 Mark(self, GetClassRoot<mirror::IntArray, kWithoutReadBarrier>().Ptr())); in FillWithFakeObject()
3742 return Mark(Thread::Current(), from_ref); in MarkObject()
[all …]
Dmark_sweep.cc704 Mark(obj->GetFieldObject<mirror::Object>(offset)); in operator ()()
720 Mark(root->AsMirrorPtr()); in VisitRoot()
724 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.h127 ALWAYS_INLINE mirror::Object* Mark(Thread* const self,
/art/compiler/dex/
Dinline_method_analyser.cc51 static bool Mark(Matcher* matcher);
83 bool Matcher::Mark(Matcher* matcher) { in Mark() function in art::__anonab18f0a00111::Matcher
283 &Matcher::Mark, in DoAnalyseConstructor()
286 &Matcher::Mark, in DoAnalyseConstructor()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc397 return ReadBarrier::Mark(obj); in artReadBarrierMark()