Searched defs:kForwardingAddress (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dlock_word-inl.h45 DCHECK_EQ(GetState(), kForwardingAddress); local
H A Dlock_word.h177 kForwardingAddress, // Lock word contains the forwarding address of an object. enumerator in enum:art::LockWord::LockState
193 return kForwardingAddress;
213 DCHECK_NE(static_cast<uint32_t>(GetState()), static_cast<uint32_t>(kForwardingAddress));
226 DCHECK_NE(static_cast<uint32_t>(GetState()), static_cast<uint32_t>(kForwardingAddress));

Completed in 39 milliseconds