Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h162 mirror::Object* to_ref = GetFwdPtr(from_ref); in Mark()
227 inline mirror::Object* ConcurrentCopying::GetFwdPtr(mirror::Object* from_ref) { in GetFwdPtr() function
Dconcurrent_copying.h269 mirror::Object* GetFwdPtr(mirror::Object* from_ref)
Dconcurrent_copying.cc3507 DCHECK(GetFwdPtr(from_ref) == to_ref); in Copy()
3527 to_ref = GetFwdPtr(from_ref); in IsMarked()