Searched refs:saved_ (Results 1 – 3 of 3) sorted by relevance
200 : masm_(masm), saved_(masm->has_frame()) { in NoCurrentFrameScope()205 masm_->set_has_frame(saved_); in ~NoCurrentFrameScope()210 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
1305 saved_(masm->use_real_aborts_), masm_(masm) { in NoUseRealAbortsScope()1309 masm_->use_real_aborts_ = saved_; in ~NoUseRealAbortsScope()1312 bool saved_;