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