/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 1533 set_representation(Representation::Integer32()); in HClampToUint8() 2313 return Representation::Integer32(); in RequiredInputRepresentation() 2360 set_representation(Representation::Integer32()); in HUnaryMathOperation() 2364 set_representation(Representation::Integer32()); in HUnaryMathOperation() 3062 if (HasInteger32Value()) return Representation::Integer32(); in KnownOptimalRepresentation() 3343 ? Representation::Integer32() : new_rep; in UpdateRepresentation() 3422 ? Representation::Integer32() in RequiredInputRepresentation() 3502 set_representation(Representation::Integer32()); in HArgumentsLength() 3520 : Representation::Integer32(); in RequiredInputRepresentation() 3626 if (new_rep.IsDouble()) new_rep = Representation::Integer32(); in UpdateRepresentation() [all …]
|
D | hydrogen-instructions.cc | 51 return Representation::Integer32(); in HYDROGEN_CONCRETE_INSTRUCTION_LIST() 89 Representation::Integer32(), h_infer, "use requirements"); in InferRepresentation() 214 Representation r = Representation::Integer32(); in AddConstant() 978 if (r.is_more_general_than(Representation::Integer32())) { in InferRepresentation() 979 r = Representation::Integer32(); in InferRepresentation() 1380 return Representation::Integer32(); in RequiredInputRepresentation() 1514 left, Representation::Integer32(), false, false, true)); in Canonicalize() 1522 Representation::Integer32(), right->block()->zone())); in Canonicalize() 1533 right, Representation::Integer32(), false, false, true)); in Canonicalize() 2336 r = Representation::Integer32(); in Initialize() [all …]
|
D | hydrogen.cc | 1636 mask->ChangeRepresentation(Representation::Integer32()); in BuildUncheckedDictionaryElementLoad() 8611 argument, Representation::Integer32()); in TryInlineBuiltinMethodCall() 10424 if (type->Is(AstType::Signed32())) return Representation::Integer32(); in RepresentationFor() 10660 Representation::Integer32()); in EnforceNumberType()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 238 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 253 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
D | lithium-codegen-arm.cc | 485 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 231 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 245 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
D | lithium-codegen-mips.cc | 501 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 293 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 313 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
D | lithium-codegen-x87.cc | 680 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 1808 Representation::Integer32()); in BuildSeqStringOperand() 1868 Representation::Integer32()); in DoSeqStringSetChar()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 292 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 316 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
D | lithium-codegen-ia32.cc | 412 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 1531 Representation::Integer32()); in BuildSeqStringOperand() 1591 Representation::Integer32()); in DoSeqStringSetChar()
|
/external/v8/src/ |
D | property-details.h | 111 static Representation Integer32() { return Representation(kInteger32); } in Integer32() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 455 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 2597 representation = Representation::Integer32(); in DoLoadNamedField() 3760 representation = Representation::Integer32(); in DoStoreNamedField()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2692 representation = Representation::Integer32(); in DoLoadNamedField() 3909 representation = Representation::Integer32(); in DoStoreNamedField() 4136 representation = Representation::Integer32(); in DoStoreKeyedFixedArray()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 451 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 2731 representation = Representation::Integer32(); in DoShiftI() 3900 representation = Representation::Integer32(); in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 473 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 2762 representation = Representation::Integer32(); in DoShiftI() 3999 representation = Representation::Integer32(); in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3302 Representation::Integer32()); in DoLoadNamedField() 5041 Representation::Integer32()); in DoStoreNamedField()
|