Searched refs:ForwardingAddress (Results 1 – 6 of 6) sorted by relevance
44 inline size_t LockWord::ForwardingAddress() const { in ForwardingAddress() function
247 size_t ForwardingAddress() const;
35 return reinterpret_cast<mirror::Object*>(lock_word.ForwardingAddress()); in GetForwardingAddressInFromSpace()
231 mirror::Object* fwd_ptr = reinterpret_cast<mirror::Object*>(lw.ForwardingAddress()); in GetFwdPtr()
3501 to_ref = reinterpret_cast<mirror::Object*>(old_lock_word.ForwardingAddress()); in Copy()
908 size_t offset = lock_word.ForwardingAddress(); in IsImageBinSlotAssigned()923 size_t offset = lock_word.ForwardingAddress(); // TODO: ForwardingAddress should be uint32_t in GetImageBinSlot()