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

  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
hydrogen-instructions.cc 50 return Representation::Integer32();
88 Representation::Integer32(), h_infer, "use requirements");
213 Representation r = Representation::Integer32();
977 if (r.is_more_general_than(Representation::Integer32())) {
978 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 481 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 497 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 676 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 292 ? Representation::Smi() : Representation::Integer32();
316 ? Representation::Smi() : Representation::Integer32();
lithium-codegen-ia32.cc 408 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/
property-details.h 115 static Representation Integer32() { return Representation(kInteger32); }
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 480 // return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 469 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 446 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 449 return ToRepresentation(op, Representation::Integer32());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]

Completed in 664 milliseconds