Lines Matching refs:masm_
13 #define __ ACCESS_MASM(masm_)
22 DCHECK(pending_pc_ == masm_->pc_offset()); in StackSlotMove()
23 UseScratchRegisterScope scope(masm_); in StackSlotMove()
61 pending_pc_ = masm_->pc_offset(); in StackSlotMove()
76 DCHECK(pending_pc_ == masm_->pc_offset()); in StoreConstant()
93 pending_pc_ = masm_->pc_offset(); in StoreConstant()
105 DCHECK(pending_pc_ == masm_->pc_offset()); in Load()
113 DCHECK(pending_pc_ == masm_->pc_offset()); in Load()
128 pending_pc_ = masm_->pc_offset(); in Load()
140 DCHECK(pending_pc_ == masm_->pc_offset()); in Store()
145 DCHECK(pending_pc_ == masm_->pc_offset()); in Store()
157 pending_pc_ = masm_->pc_offset(); in Store()
163 DCHECK((pending_ == kNone) || (pending_pc_ == masm_->pc_offset())); in EmitPending()
184 UseScratchRegisterScope scope(masm_); in EmitPending()