Searched refs:old_state_ (Results 1 – 7 of 7) sorted by relevance
79 old_state_ = data_->Get(kType); in PerThreadAssertScope()93 data_->Set(kType, old_state_); in Release()
49 bool old_state_; variable
94 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()99 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
163 const bool old_state_; variable
50 old_state_ = state_; in MarkRecomputeHandler()160 return state() == RECOMPUTE_HANDLER ? old_state_ : state(); in saved_state()192 State old_state_; // For saving if we marked as prototype failure. variable
199 old_state_ = state_; in IC()
603 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()606 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()610 bool old_state_; variable