Home
last modified time | relevance | path

Searched refs:set_hydrogen_value (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/x87/
Dlithium-x87.cc873 dummy->set_hydrogen_value(current); in VisitInstruction()
886 clobber->set_hydrogen_value(current); in VisitInstruction()
910 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
955 clobber->set_hydrogen_value(hydrogen_val); in AddInstruction()
970 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-x87.h240 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/
Dlithium.cc337 gap->set_hydrogen_value(instr->hydrogen_value()); in AddInstruction()
/external/v8/src/mips/
Dlithium-mips.cc844 dummy->set_hydrogen_value(current); in VisitInstruction()
873 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
923 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-mips.h235 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/mips64/
Dlithium-mips64.cc844 dummy->set_hydrogen_value(current); in VisitInstruction()
873 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
923 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-mips64.h234 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/x64/
Dlithium-x64.cc857 dummy->set_hydrogen_value(current); in VisitInstruction()
886 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
936 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-x64.h235 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/arm/
Dlithium-arm.cc834 dummy->set_hydrogen_value(current); in VisitInstruction()
863 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
913 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-arm.h238 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/arm64/
Dlithium-arm64.cc672 dummy->set_hydrogen_value(current); in VisitInstruction()
701 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
751 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-arm64.h249 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function
/external/v8/src/ia32/
Dlithium-ia32.cc874 dummy->set_hydrogen_value(current); in VisitInstruction()
903 instr->set_hydrogen_value(hydrogen_val); in AddInstruction()
953 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); in AddInstruction()
Dlithium-ia32.h239 void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; } in set_hydrogen_value() function