Searched refs:kExact (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.cc | 377 if (IsConstant(info->op_a, kExact, &stride_value) && stride_value == 1) { in IsUnitStride() 379 if (IsConstant(info->op_b, kExact, &off_value)) { in IsUnitStride() 428 *is_constant = IsConstant(trip->op_a, kExact, trip_count); in CheckForFiniteAndConstantProps() 452 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) { in IsConstant() 515 return IsConstant(info->op_a, kExact, stride_value); in NeedsTripCount() 559 if (IsConstant(info->op_a, kExact, &stride_value)) { in GetLinear() 605 if (IsConstant(info->op_a->op_a, kExact, &a) && CanLongValueFitIntoInt(a) && a >= 0 && in GetPolynomial() 606 IsConstant(info->op_a->op_b, kExact, &b) && CanLongValueFitIntoInt(b) && b >= 0) { in GetPolynomial() 631 if (IsConstant(info->op_a, kExact, &a) && in GetGeometric() 788 if (IsConstant(info1, kExact, &value)) { in GetMul() [all …]
|
D | induction_var_range.h | 197 kExact, enumerator
|
D | induction_var_range_test.cc | 286 return range_.IsConstant(info, InductionVarRange::kExact, value); in IsExact()
|
D | induction_var_analysis.cc | 1343 return InductionVarRange(this).IsConstant(info, InductionVarRange::kExact, value); in IsExact()
|
/art/runtime/ |
D | var_handles.cc | 80 if (LIKELY(match_kind == mirror::VarHandle::MatchKind::kExact)) { in VarHandleInvokeAccessor()
|
/art/runtime/mirror/ |
D | var_handle.h | 105 kExact enumerator
|
D | var_handle_test.cc | 249 VarHandle::MatchKind::kExact); in AccessModeExactMatch()
|
D | var_handle.cc | 1427 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessMode()
|