Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.cc79 old_state_ = data_->Get(kType); in PerThreadAssertScope()
93 data_->Set(kType, old_state_); in Release()
Dassert-scope.h49 bool old_state_; variable
/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/ic/
Dic.h50 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
Dic.cc199 old_state_ = state_; in IC()
/external/v8/src/debug/
Ddebug.h603 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()
606 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()
610 bool old_state_; variable