Home
last modified time | relevance | path

Searched refs:pending_pc_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Ddelayed-masm-arm64.cc24 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()
[all …]
Ddelayed-masm-arm64.h31 pending_pc_ = 0; in DelayedMasm()
93 pending_pc_ = 0; in ResetPending()
155 int pending_pc_; variable