Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h57 mirror::Object* to_ref = GetFwdPtr(from_ref); in Mark()
94 inline mirror::Object* ConcurrentCopying::GetFwdPtr(mirror::Object* from_ref) { in GetFwdPtr() function
Dconcurrent_copying.h172 mirror::Object* GetFwdPtr(mirror::Object* from_ref)
Dconcurrent_copying.cc1907 DCHECK(GetFwdPtr(from_ref) == to_ref); in Copy()
1927 to_ref = GetFwdPtr(from_ref); in IsMarked()