Home
last modified time | relevance | path

Searched refs:new_state_and_flags (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread-inl.h152 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(new_state); in SetState() local
155 new_state_and_flags.GetValue()); in SetState()
239 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(new_state); in TransitionToSuspendedAndRunCheckpoints() local
245 new_state_and_flags.GetValue()); in TransitionToSuspendedAndRunCheckpoints()
306 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(ThreadState::kRunnable); in TransitionFromSuspendedToRunnable() local
308 new_state_and_flags.GetValue()))) { in TransitionFromSuspendedToRunnable()
361 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(ThreadState::kRunnable) in TransitionFromSuspendedToRunnable() local
364 new_state_and_flags.GetValue()))) { in TransitionFromSuspendedToRunnable()
Dthread.cc1666 StateAndFlags new_state_and_flags = old_state_and_flags; in RequestCheckpoint() local
1667 new_state_and_flags.SetFlag(ThreadFlag::kCheckpointRequest); in RequestCheckpoint()
1669 old_state_and_flags.GetValue(), new_state_and_flags.GetValue()); in RequestCheckpoint()
1693 StateAndFlags new_state_and_flags = old_state_and_flags; in RequestEmptyCheckpoint() local
1694 new_state_and_flags.SetFlag(ThreadFlag::kEmptyCheckpointRequest); in RequestEmptyCheckpoint()
1696 old_state_and_flags.GetValue(), new_state_and_flags.GetValue()); in RequestEmptyCheckpoint()
1860 StateAndFlags new_state_and_flags = in EnsureFlipFunctionStarted() local
1864 new_state_and_flags.GetValue())) { in EnsureFlipFunctionStarted()
1917 StateAndFlags new_state_and_flags = in WaitForFlipFunction() local
1920 new_state_and_flags.GetValue())) { in WaitForFlipFunction()
Dthread.h1530 StateAndFlags new_state_and_flags = old_state_and_flags; in SetStateUnsafe() local
1531 new_state_and_flags.SetState(new_state); in SetStateUnsafe()
1534 new_state_and_flags.GetValue()))) { in SetStateUnsafe()