Lines Matching refs:GetState
248 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
249 << thread->GetState() << " thread " << thread << " self " << self; in Run()
443 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
444 << thread->GetState() << " thread " << thread << " self " << self; in Run()
960 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
961 << thread->GetState() << " thread " << thread << " self " << self; in Run()
1665 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1666 << thread->GetState() << " thread " << thread << " self " << self; in Run()
3423 if (old_lock_word.GetState() == LockWord::kForwardingAddress) { in Copy()
3457 CHECK_NE(to_ref->GetLockWord(false).GetState(), LockWord::kForwardingAddress); in Copy()
3508 CHECK_NE(to_ref->GetLockWord(false).GetState(), LockWord::kForwardingAddress); in Copy()