Home
last modified time | relevance | path

Searched refs:GetFwdPtrUnchecked (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h227 inline mirror::Object* ConcurrentCopying::GetFwdPtrUnchecked(mirror::Object* from_ref) { in GetFwdPtrUnchecked() function
240 return GetFwdPtrUnchecked(from_ref); in GetFwdPtr()
Dconcurrent_copying.h156 static mirror::Object* GetFwdPtrUnchecked(mirror::Object* from_ref)
/art/runtime/native/
Djava_lang_ref_Reference.cc66 return gc::collector::ConcurrentCopying::GetFwdPtrUnchecked(referent.Ptr()) == other.Ptr() ? in Reference_refersTo0()