Searched refs:saved_ (Results 1 – 3 of 3) sorted by relevance
139 saved_ = chain_->current_scopes_; in ScopedSnapshotRestorer()142 ~ScopedSnapshotRestorer() { chain_->current_scopes_ = saved_; } in ~ScopedSnapshotRestorer()146 std::vector<Scope*> saved_; variable
179 : masm_(masm), saved_(masm->has_frame()) { in NoCurrentFrameScope()184 masm_->set_has_frame(saved_); in ~NoCurrentFrameScope()189 bool saved_; variable
470 : endianness_(endianness), word_size_(word_size), saved_(current_) { in WithConfiguration()473 ~WithConfiguration() { current_ = saved_; } in ~WithConfiguration()492 WithConfiguration *saved_; member in WithConfiguration