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

  /external/chromium_org/v8/test/cctest/
test-representation.cc 49 TestPairPositive(Representation::Integer8(), Representation::None());
59 TestPairNegative(Representation::None(), Representation::Integer8());
60 TestPairNegative(Representation::Integer8(), Representation::Integer8());
61 TestPairNegative(Representation::UInteger8(), Representation::Integer8());
62 TestPairPositive(Representation::Integer16(), Representation::Integer8());
63 TestPairPositive(Representation::UInteger16(), Representation::Integer8());
64 TestPairPositive(Representation::Smi(), Representation::Integer8());
65 TestPairPositive(Representation::Integer32(), Representation::Integer8());
66 TestPairNegative(Representation::HeapObject(), Representation::Integer8());
    [all...]
test-macro-assembler-ia32.cc 88 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
93 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
test-macro-assembler-x87.cc 88 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
93 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
test-macro-assembler-arm.cc 172 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer8());
178 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::Integer8());
test-macro-assembler-x64.cc     [all...]
  /external/chromium_org/v8/src/
property-details.h 83 static Representation Integer8() { return Representation(kInteger8); }

Completed in 58 milliseconds