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

  /external/v8/test/cctest/
test-representation.cc 55 TestPairPositive(Representation::Integer32(), Representation::None());
66 TestPairPositive(Representation::Integer32(), Representation::Integer8());
77 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
88 TestPairPositive(Representation::Integer32(), Representation::Integer16());
99 TestPairPositive(Representation::Integer32(), Representation::UInteger16());
110 TestPairPositive(Representation::Integer32(), Representation::Smi());
115 TestPairNegative(Representation::None(), Representation::Integer32());
116 TestPairNegative(Representation::Integer8(), Representation::Integer32());
117 TestPairNegative(Representation::UInteger8(), Representation::Integer32());
118 TestPairNegative(Representation::Integer16(), Representation::Integer32());
    [all...]
test-macro-assembler-x64.cc     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc1905.py 35 namedtype.NamedType('request-id', rfc1902.Integer32()),
43 namedtype.NamedType('request-id', rfc1902.Integer32()),
rfc1902.py 14 class Integer32(univ.Integer):
  /external/v8/test/mjsunit/regress/
regress-crbug-145961.js 28 // This test causes the operands to be passed in as Integer32 registers.
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
hydrogen-instructions.cc 72 Representation::Integer32(), h_infer, "use requirements");
197 Representation r = Representation::Integer32();
953 if (r.is_more_general_than(Representation::Integer32())) {
954 r = Representation::Integer32();
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 238 ? Representation::Smi() : Representation::Integer32();
253 ? Representation::Smi() : Representation::Integer32();
lithium-codegen-arm.cc 477 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 231 ? Representation::Smi() : Representation::Integer32();
245 ? Representation::Smi() : Representation::Integer32();
lithium-codegen-mips.cc 474 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 293 ? Representation::Smi() : Representation::Integer32();
313 ? Representation::Smi() : Representation::Integer32();
lithium-codegen-x87.cc 672 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/test/mjsunit/
math-min-max.js 138 // Integer32 representation.
165 // Minus zero as Integer32.
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 292 ? Representation::Smi() : Representation::Integer32();
316 ? Representation::Smi() : Representation::Integer32();
lithium-codegen-ia32.cc 404 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/
property-details.h 116 static Representation Integer32() { return Representation(kInteger32); }
code-stubs.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 457 // return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 449 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 425 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 446 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]

Completed in 955 milliseconds