Home | History | Annotate | Download | only in runtime

Lines Matching refs:new_state_and_flags

723   union StateAndFlags new_state_and_flags;
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);