Lines Matching refs:masm_
169 : masm_(masm) { in ContextScope()
170 VIXL_ASSERT(masm_->AllowMacroInstructions()); in ContextScope()
171 masm_->GetContext()->Up(loc); in ContextScope()
173 ~ContextScope() { masm_->GetContext()->Down(); } in ~ContextScope()
176 MacroAssembler* const masm_;
187 : masm_(masm), cond_(*cond), can_use_it_(can_use_it) { in masm_() function
202 masm_->b(cond_.Negate(), Narrow, &label_); in masm_()
218 VIXL_ASSERT(masm_->IsUsingT32()); in ~ITScope()
220 VIXL_ASSERT(masm_->GetCursorOffset() - initial_cursor_offset_ <= in ~ITScope()
222 masm_->BindHelper(&label_); in ~ITScope()
223 } else if (masm_->IsUsingT32() && !cond_.Is(al)) { in ~ITScope()
228 VIXL_ASSERT(masm_->GetCursorOffset() - initial_cursor_offset_ <= in ~ITScope()
234 MacroAssembler* masm_;
11089 : masm_(NULL), parent_(NULL), old_available_(0), old_available_vfp_(0) { in UseScratchRegisterScope()
11096 : masm_(NULL), parent_(NULL), old_available_(0), old_available_vfp_(0) {} in UseScratchRegisterScope()
11169 MacroAssembler* masm_;