Home
last modified time | relevance | path

Searched refs:hydrogen_value_for_lazy_bailout (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/mips/
Dlithium-mips.cc914 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
920 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
923 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/mips64/
Dlithium-mips64.cc914 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
920 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
923 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/x64/
Dlithium-x64.cc927 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
933 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
936 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/arm/
Dlithium-arm.cc904 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
910 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
913 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/arm64/
Dlithium-arm64.cc742 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
748 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
751 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/x87/
Dlithium-x87.cc961 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
967 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
970 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
/external/v8/src/ia32/
Dlithium-ia32.cc944 HValue* hydrogen_value_for_lazy_bailout = hydrogen_val; in AddInstruction() local
950 hydrogen_value_for_lazy_bailout = sim; in AddInstruction()
953 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()