Lines Matching refs:GetConstant
675 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckPosition()
681 Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
695 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
720 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition()
776 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopyChar()
789 int32_t src_pos_const = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
796 int32_t dest_pos_const = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopyChar()
840 int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
847 int32_t constant = dst_pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
854 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
898 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
900 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
922 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
1632 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0; in VisitStringGetCharsNoCheck()
1765 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1773 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1781 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1788 int64_t v = value.GetConstant()->AsLongConstant()->GetValue(); in GenPoke()