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

  /external/chromium_org/v8/test/cctest/
test-representation.cc 54 TestPairPositive(Representation::Integer32(), Representation::None());
65 TestPairPositive(Representation::Integer32(), Representation::Integer8());
76 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
87 TestPairPositive(Representation::Integer32(), Representation::Integer16());
98 TestPairPositive(Representation::Integer32(), Representation::UInteger16());
109 TestPairPositive(Representation::Integer32(), Representation::Smi());
114 TestPairNegative(Representation::None(), Representation::Integer32());
115 TestPairNegative(Representation::Integer8(), Representation::Integer32());
116 TestPairNegative(Representation::UInteger8(), Representation::Integer32());
117 TestPairNegative(Representation::Integer16(), Representation::Integer32());
    [all...]
test-macro-assembler-x64.cc     [all...]
  /external/chromium_org/v8/src/
property-details-inl.h 32 if (type->Is(Type::Signed32())) return Representation::Integer32();
hydrogen-instructions.h     [all...]
property-details.h 88 static Representation Integer32() { return Representation(kInteger32); }
hydrogen-instructions.cc 63 Representation::Integer32(), h_infer, "use requirements");
93 if (int32_count > 0) return Representation::Integer32();
195 Representation r = Representation::Integer32();
1059 if (r.is_more_general_than(Representation::Integer32())) {
1060 r = Representation::Integer32();
    [all...]
hydrogen.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-145961.js 28 // This test causes the operands to be passed in as Integer32 registers.
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 240 ? Representation::Smi() : Representation::Integer32();
255 ? Representation::Smi() : Representation::Integer32();
code-stubs-arm.cc 222 Representation::Integer32() };
253 Representation::Integer32() };
381 Representation::Integer32(), // actual number of arguments
382 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-arm.cc 489 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 232 ? Representation::Smi() : Representation::Integer32();
246 ? Representation::Smi() : Representation::Integer32();
code-stubs-mips.cc 223 Representation::Integer32() };
254 Representation::Integer32() };
376 Representation::Integer32(), // actual number of arguments
377 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-mips.cc 485 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.cc 287 ? Representation::Smi() : Representation::Integer32();
307 ? Representation::Smi() : Representation::Integer32();
code-stubs-x87.cc 215 Representation::Integer32() };
246 Representation::Integer32() };
379 Representation::Integer32(), // actual number of arguments
380 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-x87.cc 703 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/chromium_org/v8/test/mjsunit/
math-min-max.js 138 // Integer32 representation.
165 // Minus zero as Integer32.
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 287 ? Representation::Smi() : Representation::Integer32();
311 ? Representation::Smi() : Representation::Integer32();
code-stubs-ia32.cc 215 Representation::Integer32() };
246 Representation::Integer32() };
379 Representation::Integer32(), // actual number of arguments
380 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-ia32.cc 517 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 251 Representation::Integer32() };
301 Representation::Integer32() };
425 Representation::Integer32(), // actual number of arguments
426 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 209 Representation::Integer32() };
241 Representation::Integer32() };
375 Representation::Integer32(), // actual number of arguments
376 Representation::Integer32(), // expected number of arguments
    [all...]
lithium-codegen-x64.cc 439 return ToRepresentation(op, Representation::Integer32());
    [all...]

Completed in 883 milliseconds