Home
last modified time | relevance | path

Searched refs:old_state_ (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_current.cc94 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
99 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
Dmessage_loop_current.h163 const bool old_state_; variable
/external/v8/src/debug/
Ddebug.h623 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()
626 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()
630 bool old_state_; variable
/external/v8/src/ic/
Dic.h47 old_state_ = state_; in MarkRecomputeHandler()
153 State old_state_; // For saving if we marked as prototype failure. variable
Dic.cc175 old_state_ = state_; in IC()