Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.cc79 old_state_ = data_->Get(kType); in PerThreadAssertScope()
87 data_->Set(kType, old_state_); in ~PerThreadAssertScope()
Dassert-scope.h47 bool old_state_; variable
/external/libchrome/base/message_loop/
Dmessage_loop.h333 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
337 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
342 bool old_state_; variable
/external/v8/src/debug/
Ddebug.h708 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()
711 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()
715 bool old_state_; variable
/external/v8/src/ic/
Dic.h41 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
Dic.cc186 old_state_ = state_; in IC()