Home
last modified time | relevance | path

Searched refs:hydrogen_val (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-x87.cc902 HInstruction* hydrogen_val) { in AddInstruction() argument
905 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
950 clobber->set_hydrogen_value(hydrogen_val); in AddInstruction()
956 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
957 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
958 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc867 HInstruction* hydrogen_val) { in AddInstruction() argument
870 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
911 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
912 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
913 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc867 HInstruction* hydrogen_val) { in AddInstruction() argument
870 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
911 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
912 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
913 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc871 HInstruction* hydrogen_val) { in AddInstruction() argument
874 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
915 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
916 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
917 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc881 HInstruction* hydrogen_val) { in AddInstruction() argument
884 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
925 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
926 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
927 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc896 HInstruction* hydrogen_val) { in AddInstruction() argument
899 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
940 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
941 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
942 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc699 HInstruction* hydrogen_val) { in AddInstruction() argument
702 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
743 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
744 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
745 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc857 HInstruction* hydrogen_val) { in AddInstruction() argument
860 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
901 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction()
902 if (hydrogen_val->HasObservableSideEffects()) { in AddInstruction()
903 HSimulate* sim = HSimulate::cast(hydrogen_val->next()); in AddInstruction()