Searched refs:old_state_ (Results 1 – 3 of 3) sorted by relevance
674 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()677 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()683 bool old_state_; variable
47 old_state_ = state_; in MarkRecomputeHandler()166 State old_state_; // For saving if we marked as prototype failure. variable
203 old_state_ = state_; in IC()