Searched defs:GetState (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dlock_word.h180 LockState GetState() const { function
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));
H A Dsubtype_check_info.h170 if (target.GetState() != SubtypeCheckInfo::kAssigned) {
172 } else if (GetState() == SubtypeCheckInfo::kUninitialized) {
204 DCHECK_EQ(SubtypeCheckInfo::kAssigned, io.GetState());
221 DCHECK(GetState() == kAssigned || GetState() == kOverflowed)
222 << "Unexpected bitstring state: " << GetState();
234 DCHECK_NE(kAssigned, child.GetState()) << child.GetBitString();
235 DCHECK_NE(kUninitialized, child.GetState()) << child.GetBitString();
261 DCHECK(child.GetState() == kAssigned || child.GetState()
269 State GetState() const { function in struct:art::SubtypeCheckInfo
[all...]
H A Dthread.h228 ThreadState GetState() const { function in class:art::Thread
1303 ThreadState old_state = GetState();

Completed in 280 milliseconds