Home
last modified time | relevance | path

Searched refs:saved_state_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.h802 saved_state_(positions_recorder->state_) {} in PreservePositionScope()
805 positions_recorder_->state_ = saved_state_; in ~PreservePositionScope()
810 const PositionState saved_state_; variable
/external/chromium_org/v8/src/
Dassembler.h995 saved_state_(positions_recorder->state_) {} in PreservePositionScope()
998 positions_recorder_->state_ = saved_state_; in ~PreservePositionScope()
1003 const PositionState saved_state_; variable