/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 126 HInstruction* hinstr = HInstruction::cast(hval); in CheckEnvironmentUsage() local 127 if (!hinstr->CanDeoptimize() && instr->HasEnvironment()) { in CheckEnvironmentUsage() 129 hinstr->Mnemonic(), instr->Mnemonic()); in CheckEnvironmentUsage() 134 hinstr->Mnemonic(), instr->Mnemonic()); in CheckEnvironmentUsage()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 451 HInstruction* hinstr, in MarkAsCall() argument 466 !hinstr->HasObservableSideEffects(); in MarkAsCall() 1961 HBinaryOperation* hinstr = HBinaryOperation::cast(val); in CanTransformToShiftedOp() local 1962 HValue* hleft = hinstr->left(); in CanTransformToShiftedOp() 1963 HValue* hright = hinstr->right(); in CanTransformToShiftedOp() 1964 DCHECK(hleft->representation().Equals(hinstr->representation())); in CanTransformToShiftedOp() 1965 DCHECK(hright->representation().Equals(hinstr->representation())); in CanTransformToShiftedOp() 1970 LikelyFitsImmField(hinstr, HConstant::cast(hright)->Integer32Value())) || in CanTransformToShiftedOp() 1971 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp() 1972 LikelyFitsImmField(hinstr, HConstant::cast(hleft)->Integer32Value()))) { in CanTransformToShiftedOp() [all …]
|
D | lithium-codegen-arm64.cc | 2882 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 2888 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 2899 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 2907 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2854 HLoadKeyed* hinstr = instr->hydrogen(); in DoLoadKeyedFixedArray() local 2857 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoLoadKeyedFixedArray() 2858 Representation representation = hinstr->representation(); in DoLoadKeyedFixedArray() 2868 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoLoadKeyedFixedArray() 2895 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoLoadKeyedFixedArray() 2902 } else if (hinstr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED) { in DoLoadKeyedFixedArray() 2903 DCHECK(hinstr->elements_kind() == FAST_HOLEY_ELEMENTS); in DoLoadKeyedFixedArray() 3680 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3685 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3696 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() [all …]
|
D | lithium-x64.cc | 589 HInstruction* hinstr, in MarkAsCall() argument 605 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-x64.h | 2629 HInstruction* hinstr,
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 3009 HLoadKeyed* hinstr = instr->hydrogen(); in DoShiftI() local 3024 if (hinstr->key()->representation().IsSmi()) { in DoShiftI() 3031 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoShiftI() 3032 Representation representation = hinstr->representation(); in DoShiftI() 3037 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoShiftI() 3054 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoShiftI() 3756 HInvokeFunction* hinstr = instr->hydrogen(); in DoShiftI() local 3761 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoShiftI() 3772 Handle<JSFunction> known_function = hinstr->known_function(); in DoShiftI() 3780 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoShiftI() [all …]
|
D | lithium-s390.cc | 506 HInstruction* hinstr, in MarkAsCall() argument 520 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-s390.h | 2385 LInstruction* instr, HInstruction* hinstr,
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3060 HLoadKeyed* hinstr = instr->hydrogen(); in DoShiftI() local 3077 if (hinstr->key()->representation().IsSmi()) { in DoShiftI() 3085 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoShiftI() 3086 Representation representation = hinstr->representation(); in DoShiftI() 3091 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoShiftI() 3103 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoShiftI() 3854 HInvokeFunction* hinstr = instr->hydrogen(); in DoShiftI() local 3859 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoShiftI() 3870 Handle<JSFunction> known_function = hinstr->known_function(); in DoShiftI() 3878 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoShiftI() [all …]
|
D | lithium-ppc.cc | 567 HInstruction* hinstr, in MarkAsCall() argument 581 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2971 HLoadKeyed* hinstr = instr->hydrogen(); in DoLoadKeyedFixedArray() local 2996 Representation representation = hinstr->representation(); in DoLoadKeyedFixedArray() 2998 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoLoadKeyedFixedArray() 2999 DCHECK(!hinstr->RequiresHoleCheck()); in DoLoadKeyedFixedArray() 3015 if (hinstr->RequiresHoleCheck()) { in DoLoadKeyedFixedArray() 3774 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3779 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3789 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 3797 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
D | lithium-mips64.cc | 561 HInstruction* hinstr, in MarkAsCall() argument 576 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-mips64.h | 2628 HInstruction* hinstr,
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 554 HInstruction* hinstr, in MarkAsCall() argument 569 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-codegen-arm.cc | 3620 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3625 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3636 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 3644 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
D | lithium-arm.h | 2624 HInstruction* hinstr,
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 598 HInstruction* hinstr, in MarkAsCall() argument 614 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-codegen-ia32.cc | 3512 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3517 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3529 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 3537 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 603 HInstruction* hinstr, in MarkAsCall() argument 619 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-codegen-x87.cc | 3789 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3794 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3806 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 3814 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
D | lithium-x87.h | 2637 HInstruction* hinstr,
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 561 HInstruction* hinstr, in MarkAsCall() argument 576 !hinstr->HasObservableSideEffects(); in MarkAsCall()
|
D | lithium-codegen-mips.cc | 3574 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local 3579 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction() 3589 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction() 3597 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
|
D | lithium-mips.h | 2582 HInstruction* hinstr,
|