Home | History | Annotate | Download | only in cctest

Lines Matching full:twice_max

442   int64_t twice_max = static_cast<int64_t>(Smi::kMaxValue) * 2;
449 TestI64PlusConstantToSmi(masm, &exit, 0x60, twice_max, -Smi::kMaxValue);
450 TestI64PlusConstantToSmi(masm, &exit, 0x70, -twice_max, Smi::kMaxValue);
455 TestI64PlusConstantToSmi(masm, &exit, 0xC0, twice_max, Smi::kMinValue);