Home | History | Annotate | Download | only in x64

Lines Matching refs:kMinValue

1703     if (constant->value() == Smi::kMinValue) {
1750 if (constant->value() == Smi::kMinValue) {
1774 // Test if result is zero or Smi::kMinValue.
1782 // If the result is zero or Smi::kMinValue, negation failed to create a smi.
2000 // We need to rule out dividing Smi::kMinValue by -1, since that would
2008 testl(rax, Immediate(~Smi::kMinValue));
2065 // Test for the edge case of dividing Smi::kMinValue by -1 (will overflow).
2067 cmpl(rax, Immediate(Smi::kMinValue));