HomeSort by relevance Sort by last modified time
    Searched refs:UInteger16 (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-representation.cc 53 TestPairPositive(Representation::UInteger16(), Representation::None());
64 TestPairPositive(Representation::UInteger16(), Representation::Integer8());
75 TestPairPositive(Representation::UInteger16(), Representation::UInteger8());
86 TestPairNegative(Representation::UInteger16(), Representation::Integer16());
93 TestPairNegative(Representation::None(), Representation::UInteger16());
94 TestPairNegative(Representation::Integer8(), Representation::UInteger16());
95 TestPairNegative(Representation::UInteger8(), Representation::UInteger16());
96 TestPairNegative(Representation::Integer16(), Representation::UInteger16());
97 TestPairNegative(Representation::UInteger16(), Representation::UInteger16());
    [all...]
test-macro-assembler-ia32.cc 113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16());
118 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16());
test-macro-assembler-x87.cc 113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16());
118 __ 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/v8/src/
property-details.h 81 static Representation UInteger16() { return Representation(kUInteger16); }
hydrogen-instructions.h     [all...]

Completed in 234 milliseconds