Lines Matching refs:pending_pc_
24 DCHECK(pending_pc_ == masm_->pc_offset()); in StackSlotMove()
63 pending_pc_ = masm_->pc_offset(); in StackSlotMove()
78 DCHECK(pending_pc_ == masm_->pc_offset()); in StoreConstant()
95 pending_pc_ = masm_->pc_offset(); in StoreConstant()
107 DCHECK(pending_pc_ == masm_->pc_offset()); in Load()
115 DCHECK(pending_pc_ == masm_->pc_offset()); in Load()
130 pending_pc_ = masm_->pc_offset(); in Load()
142 DCHECK(pending_pc_ == masm_->pc_offset()); in Store()
147 DCHECK(pending_pc_ == masm_->pc_offset()); in Store()
159 pending_pc_ = masm_->pc_offset(); in Store()
165 DCHECK((pending_ == kNone) || (pending_pc_ == masm_->pc_offset())); in EmitPending()