Lines Matching refs:GetConstant
2094 int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue(); in CheckSystemArrayCopyPosition()
2150 int32_t constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
2158 int32_t constant = dst_pos.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
2166 int32_t constant = copy_length.GetConstant()->AsIntConstant()->GetValue(); in GenSystemArrayCopyAddresses()
2205 DCHECK_GE(length.GetConstant()->AsIntConstant()->GetValue(), 0); in VisitSystemArrayCopyChar()
2206 DCHECK_LE(length.GetConstant()->AsIntConstant()->GetValue(), 32); in VisitSystemArrayCopyChar()
2370 int32_t src_pos_constant = src_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2372 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2382 || (src_pos_constant >= dest_pos.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopy()
2655 if (length.IsConstant() && length.GetConstant()->AsIntConstant()->GetValue() == 0) { in VisitSystemArrayCopy()
3114 int32_t offset_value = offset.GetConstant()->AsIntConstant()->GetValue(); in VisitCRC32UpdateBytes()