Home | History | Annotate | Download | only in optimizing

Lines Matching full:asintconstant

933   HIntConstant* src_pos = invoke->InputAt(1)->AsIntConstant();
934 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant();
944 HIntConstant* length = invoke->InputAt(4)->AsIntConstant();
980 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue();
986 Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1000 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1025 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1081 __ movl(count, Immediate(length.GetConstant()->AsIntConstant()->GetValue()));
1094 int32_t src_pos_const = src_pos.GetConstant()->AsIntConstant()->GetValue();
1101 int32_t dest_pos_const = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1145 int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue();
1152 int32_t constant = dst_pos.GetConstant()->AsIntConstant()->GetValue();
1159 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue();
1202 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue();
1204 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1226 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1699 if (static_cast<uint32_t>(code_point->AsIntConstant()->GetValue()) >
1936 srcBegin.IsConstant() ? srcBegin.GetConstant()->AsIntConstant()->GetValue() : 0;
3038 int32_t value = invoke->InputAt(0)->AsIntConstant()->GetValue();