OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInteger16
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/test/cctest/
test-representation.cc
52
TestPairPositive(Representation::
UInteger16
(), Representation::None());
63
TestPairPositive(Representation::
UInteger16
(), Representation::Integer8());
74
TestPairPositive(Representation::
UInteger16
(), Representation::UInteger8());
85
TestPairNegative(Representation::
UInteger16
(), Representation::Integer16());
92
TestPairNegative(Representation::None(), Representation::
UInteger16
());
93
TestPairNegative(Representation::Integer8(), Representation::
UInteger16
());
94
TestPairNegative(Representation::UInteger8(), Representation::
UInteger16
());
95
TestPairNegative(Representation::Integer16(), Representation::
UInteger16
());
96
TestPairNegative(Representation::
UInteger16
(), Representation::
UInteger16
());
[
all
...]
test-macro-assembler-ia32.cc
116
__ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::
UInteger16
());
121
__ Load(edx, Operand(esp, 0 * kPointerSize), Representation::
UInteger16
());
test-macro-assembler-arm.cc
189
__ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::
UInteger16
());
195
__ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::
UInteger16
());
test-macro-assembler-x64.cc
[
all
...]
/external/chromium_org/v8/src/
property-details.h
105
static Representation
UInteger16
() {
Completed in 44 milliseconds