Home | History | Annotate | Download | only in interpreter

Lines Matching refs:kMinInt

65 static const int32_t kMinInt = std::numeric_limits<int32_t>::min();
849 if (UNLIKELY(dividend == kMinInt && divisor == -1)) {
850 shadow_frame.SetVReg(result_reg, kMinInt);
864 if (UNLIKELY(dividend == kMinInt && divisor == -1)) {
2367 } else if (val < static_cast<float>(kMinInt)) {
2368 result = kMinInt;
2406 } else if (val < static_cast<double>(kMinInt)) {
2407 result = kMinInt;