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

  /external/chromium_org/v8/test/cctest/
test-representation.cc 50 TestPairPositive(Representation::UInteger8(), Representation::None());
61 TestPairNegative(Representation::UInteger8(), Representation::Integer8());
70 TestPairNegative(Representation::None(), Representation::UInteger8());
71 TestPairNegative(Representation::Integer8(), Representation::UInteger8());
72 TestPairNegative(Representation::UInteger8(), Representation::UInteger8());
73 TestPairPositive(Representation::Integer16(), Representation::UInteger8());
74 TestPairPositive(Representation::UInteger16(), Representation::UInteger8());
75 TestPairPositive(Representation::Smi(), Representation::UInteger8());
76 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
    [all...]
test-macro-assembler-ia32.cc 74 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
79 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-x87.cc 74 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
79 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-arm.cc 157 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8());
163 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8());
test-macro-assembler-x64.cc     [all...]
  /external/chromium_org/v8/src/
property-details.h 84 static Representation UInteger8() { return Representation(kUInteger8); }
hydrogen-instructions.h     [all...]

Completed in 93 milliseconds