HomeSort by relevance Sort by last modified time
    Searched refs:UInteger16 (Results 1 - 7 of 7) 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-x87.cc 116 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16());
121 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16());
test-macro-assembler-arm.cc 187 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16());
193 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16());
test-macro-assembler-x64.cc     [all...]
  /external/chromium_org/v8/src/
property-details.h 86 static Representation UInteger16() { return Representation(kUInteger16); }
hydrogen-instructions.h     [all...]

Completed in 338 milliseconds