Lines Matching refs:masm_
665 explicit PushPopQueue(MacroAssembler* masm) : masm_(masm), size_(0) { }
684 MacroAssembler* masm_;
1257 saved_(masm->use_real_aborts_), masm_(masm) {
1258 masm_->use_real_aborts_ = false;
1261 masm_->use_real_aborts_ = saved_;
1265 MacroAssembler* masm_;
2102 : masm_(masm)
2109 masm_->CheckConstPool(false, true);
2110 masm_->CheckVeneerPool(false, true);
2112 masm_->StartBlockPools();
2115 masm_->bind(&start_);
2117 previous_allow_macro_instructions_ = masm_->allow_macro_instructions();
2118 masm_->set_allow_macro_instructions(false);
2123 masm_->EndBlockPools();
2126 DCHECK(masm_->SizeOfCodeGeneratedSince(&start_) == size_);
2128 masm_->set_allow_macro_instructions(previous_allow_macro_instructions_);
2133 MacroAssembler* masm_;