Searched refs:pos_const (Results 1 – 4 of 4) sorted by relevance
617 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition() local618 if (pos_const == 0) { in CheckPosition()632 __ subl(temp, Immediate(pos_const)); in CheckPosition()
824 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition() local825 if (pos_const == 0) { in CheckPosition()839 __ subl(temp, Immediate(pos_const)); in CheckPosition()
2425 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckSystemArrayCopyPosition() local2426 if (pos_const == 0) { in CheckSystemArrayCopyPosition()2436 __ Subs(temp, temp, pos_const); in CheckSystemArrayCopyPosition()
1288 int32_t pos_const = Int32ConstantFrom(pos); in CheckPosition() local1289 if (pos_const == 0) { in CheckPosition()1303 __ Subs(temp, temp, pos_const); in CheckPosition()