Lines Matching refs:GetConstant

120       int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();  in EmitNativeCode()
143 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in EmitNativeCode()
822 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition()
828 Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
842 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
867 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
917 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopyChar()
936 int32_t srcPos_const = srcPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
943 int32_t destPos_const = destPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
1399 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0; in VisitStringGetCharsNoCheck()
1552 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1560 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1568 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1575 int64_t value = value_loc.GetConstant()->AsLongConstant()->GetValue(); in GenPoke()
2462 int32_t constant = pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyBaseAddress()
2483 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyEndAddress()
2557 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2559 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2581 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()