Searched refs:old_state_ (Results 1 – 6 of 6) sorted by relevance
79 old_state_ = data_->Get(kType); in PerThreadAssertScope()87 data_->Set(kType, old_state_); in ~PerThreadAssertScope()
47 bool old_state_; variable
333 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()337 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()342 bool old_state_; variable
708 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()711 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()715 bool old_state_; variable
41 old_state_ = state_; in MarkPrototypeFailure()210 return state() == PROTOTYPE_FAILURE ? old_state_ : state(); in saved_state()260 State old_state_; // For saving if we marked as prototype failure. variable
186 old_state_ = state_; in IC()