Home | History | Annotate | Download | only in interpreter

Lines Matching refs:kMinLong

806   const int64_t kMinLong = std::numeric_limits<int64_t>::min();
811 if (UNLIKELY(dividend == kMinLong && divisor == -1)) {
812 shadow_frame.SetVRegLong(result_reg, kMinLong);
824 const int64_t kMinLong = std::numeric_limits<int64_t>::min();
829 if (UNLIKELY(dividend == kMinLong && divisor == -1)) {