OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smi_from_int
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-macro-assembler-x64.cc
132
Smi*
smi_from_int
= Smi::FromInt(static_cast<int32_t>(number));
local
133
CHECK_EQ(
smi_from_int
, smi_from_intptr);
[
all
...]
Completed in 49 milliseconds