• Home
  • Raw
  • Download

Lines Matching refs:GetConstant

125       int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();  in EmitNativeCode()
148 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in EmitNativeCode()
867 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition()
873 Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
887 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
912 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
962 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopyChar()
981 int32_t srcPos_const = srcPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
988 int32_t destPos_const = destPos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
1444 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0; in VisitStringGetCharsNoCheck()
1597 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1605 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1613 Immediate(value_loc.GetConstant()->AsIntConstant()->GetValue())); in GenPoke()
1620 int64_t value = value_loc.GetConstant()->AsLongConstant()->GetValue(); in GenPoke()
2507 int32_t constant = pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyBaseAddress()
2528 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyEndAddress()
2602 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2604 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2626 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()