OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:twice_max
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-macro-assembler-x64.cc
442
int64_t
twice_max
= static_cast<int64_t>(Smi::kMaxValue) * 2;
local
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);
[
all
...]
Completed in 34 milliseconds