• Home
  • Raw
  • Download

Lines Matching refs:GetConstant

122       int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();  in EmitNativeCode()
145 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in EmitNativeCode()
824 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition()
830 Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
844 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
869 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
919 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopyChar()
938 int32_t srcPos_const = srcPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
945 int32_t destPos_const = destPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
1401 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0; in VisitStringGetCharsNoCheck()
1554 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1562 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1570 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1577 int64_t value = value_loc.GetConstant()->AsLongConstant()->GetValue(); in GenPoke()
2565 int32_t constant = pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyBaseAddress()
2586 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyEndAddress()
2660 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2662 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2684 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()