Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dthread-inl.h237 int16_t old_state = old_state_and_flags.as_struct.state; in TransitionFromSuspendedToRunnable() local
238 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable); in TransitionFromSuspendedToRunnable()
242 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state); in TransitionFromSuspendedToRunnable()
280 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state); in TransitionFromSuspendedToRunnable()
285 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state); in TransitionFromSuspendedToRunnable()
295 return static_cast<ThreadState>(old_state); in TransitionFromSuspendedToRunnable()
Dthread.h1215 ThreadState old_state = GetState(); in SetStateUnsafe() local
1216 if (old_state == kRunnable && new_state != kRunnable) { in SetStateUnsafe()
1226 return old_state; in SetStateUnsafe()
Djni_internal_test.cc2317 IRTSegmentState old_state = irt.GetSegmentState(); in TEST_F() local
2321 new_state.top_index = old_state.top_index ^ 0x07705005; in TEST_F()
2322 ASSERT_NE(old_state.top_index, new_state.top_index); in TEST_F()
Ddebugger.cc3288 const ThreadState old_state = self->SetStateUnsafe(kRunnable); in ManageDeoptimization() local
3298 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable); in ManageDeoptimization()
/art/runtime/openjdkjvmti/
Devents.cc278 bool old_state = listener->IsEnabled(); in SetupGcPauseTracking() local
288 if (old_state != new_state) { in SetupGcPauseTracking()
400 bool old_state = global_mask.Test(event); in SetEvent() local
415 if (new_state != old_state) { in SetEvent()
/art/runtime/gc/collector/
Dsemi_space.cc182 ThreadState old_state = self_->SetStateUnsafe(kRunnable); in MarkingPhase() local
188 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable); in MarkingPhase()
/art/runtime/arch/
Dstub_test.cc598 LockWord::LockState old_state = lock.GetState(); in TEST_F() local
599 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state); in TEST_F()
672 LockWord::LockState old_state = lock.GetState(); in TestUnlockObject() local
673 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state); in TestUnlockObject()