Searched refs:saved_ (Results 1 – 3 of 3) sorted by relevance
194 : masm_(masm), saved_(masm->has_frame()) { in NoCurrentFrameScope()199 masm_->set_has_frame(saved_); in ~NoCurrentFrameScope()204 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
1257 saved_(masm->use_real_aborts_), masm_(masm) { in NoUseRealAbortsScope()1261 masm_->use_real_aborts_ = saved_; in ~NoUseRealAbortsScope()1264 bool saved_;