Searched refs:kPrimLongMax (Results 1 – 2 of 2) sorted by relevance
1605 if (value >= static_cast<float>(kPrimLongMax)) in TryStaticEvaluation()1606 return graph->GetLongConstant(kPrimLongMax, GetDexPc()); in TryStaticEvaluation()1629 if (value >= static_cast<double>(kPrimLongMax)) in TryStaticEvaluation()1630 return graph->GetLongConstant(kPrimLongMax, GetDexPc()); in TryStaticEvaluation()
55 static int64_t constexpr kPrimLongMax = INT64_C(0x7fffffffffffffff); variable