Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h233 mirror::Object* GetFwdPtr(mirror::Object* from_ref)
Dconcurrent_copying.cc477 inline mirror::Object* ConcurrentCopying::GetFwdPtr(mirror::Object* from_ref) { in GetFwdPtr() function in art::gc::collector::ConcurrentCopying
1405 DCHECK(GetFwdPtr(from_ref) == to_ref); in Copy()
1425 to_ref = GetFwdPtr(from_ref); in IsMarked()
1516 to_ref = GetFwdPtr(from_ref); in Mark()