Searched refs:kExact (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_range.cc | 357 if (IsConstant(info->op_b, kExact, &off_value)) { in IsUnitStride() 609 if (IsConstant(info->op_a, kExact, &a) && in GetGeometric() 766 if (IsConstant(info1, kExact, &value)) { in GetMul() 768 } else if (IsConstant(info2, kExact, &value)) { in GetMul() 802 if (IsConstant(info2, kExact, &value)) { in GetDiv() 835 if (IsConstant(info1, kExact, &v1) && IsConstant(info2, kExact, &v2) && v2 != 0) { in GetRem() 850 if (IsConstant(info1, kExact, &v1) && IsConstant(info2, kExact, &v2)) { in GetXor() 1027 if (IsConstant(info->op_a->op_a, kExact, &a) && in GenerateLastValuePolynomial() 1028 IsConstant(info->op_a->op_b, kExact, &b) && in GenerateLastValuePolynomial() 1029 IsConstant(trip->op_a, kExact, &m) && m >= 1) { in GenerateLastValuePolynomial() [all …]
|
H A D | induction_var_range.h | 197 kExact, enumerator
|
H A D | induction_var_range_test.cc | 286 return range_.IsConstant(info, InductionVarRange::kExact, value); in IsExact()
|
H A D | induction_var_analysis.cc | 1343 return InductionVarRange(this).IsConstant(info, InductionVarRange::kExact, value); in IsExact()
|
/aosp12/art/runtime/ |
H A D | var_handles.cc | 80 if (LIKELY(match_kind == mirror::VarHandle::MatchKind::kExact)) { in VarHandleInvokeAccessor()
|
/aosp12/art/runtime/mirror/ |
H A D | var_handle.h | 123 kExact enumerator
|
H A D | var_handle.cc | 1334 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessMode()
|
H A D | var_handle_test.cc | 249 VarHandle::MatchKind::kExact); in AccessModeExactMatch()
|