Home | History | Annotate | Download | only in x64

Lines Matching refs:kMinValue

1697     if (constant->value() == Smi::kMinValue) {
1746 if (constant->value() == Smi::kMinValue) {
1770 // Test if result is zero or Smi::kMinValue.
1778 // If the result is zero or Smi::kMinValue, negation failed to create a smi.
1996 // We need to rule out dividing Smi::kMinValue by -1, since that would
2004 testl(rax, Immediate(~Smi::kMinValue));
2061 // Test for the edge case of dividing Smi::kMinValue by -1 (will overflow).
2063 cmpl(rax, Immediate(Smi::kMinValue));