Searched refs:twice_max (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc428 int64_t twice_max = static_cast<int64_t>(Smi::kMaxValue) * 2; local
435 TestI64PlusConstantToSmi(masm, &exit, 0x60, twice_max, -Smi::kMaxValue);
436 TestI64PlusConstantToSmi(masm, &exit, 0x70, -twice_max, Smi::kMaxValue);
441 TestI64PlusConstantToSmi(masm, &exit, 0xC0, twice_max, Smi::kMinValue);

Completed in 1236 milliseconds