Searched refs:new_state_and_flags (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread-inl.h87 union StateAndFlags new_state_and_flags; local
96 new_state_and_flags.as_struct.flags = old_state_and_flags.as_struct.flags;
97 new_state_and_flags.as_struct.state = new_state;
102 new_state_and_flags.as_int);
140 union StateAndFlags new_state_and_flags; local
141 new_state_and_flags.as_int = old_state_and_flags.as_int;
142 new_state_and_flags.as_struct.state = kRunnable;
146 new_state_and_flags.as_int);
H A Dthread.cc723 union StateAndFlags new_state_and_flags; local
724 new_state_and_flags.as_int = old_state_and_flags.as_int;
725 new_state_and_flags.as_struct.flags |= kCheckpointRequest;
728 new_state_and_flags.as_int);

Completed in 46 milliseconds