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

  /external/v8/test/cctest/
test-representation.cc 50 TestPairPositive(Representation::Integer8(), Representation::None());
60 TestPairNegative(Representation::None(), Representation::Integer8());
61 TestPairNegative(Representation::Integer8(), Representation::Integer8());
62 TestPairNegative(Representation::UInteger8(), Representation::Integer8());
63 TestPairPositive(Representation::Integer16(), Representation::Integer8());
64 TestPairPositive(Representation::UInteger16(), Representation::Integer8());
65 TestPairPositive(Representation::Smi(), Representation::Integer8());
66 TestPairPositive(Representation::Integer32(), Representation::Integer8());
67 TestPairNegative(Representation::HeapObject(), Representation::Integer8());
    [all...]
test-macro-assembler-ia32.cc 85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
90 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
test-macro-assembler-x87.cc 85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
90 __ 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/v8/src/
property-details.h 78 static Representation Integer8() { return Representation(kInteger8); }

Completed in 263 milliseconds