Home
last modified time | relevance | path

Searched refs:kPrimLongMax (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1605 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()
Dcode_generator.h55 static int64_t constexpr kPrimLongMax = INT64_C(0x7fffffffffffffff); variable