Home | History | Annotate | Download | only in src

Lines Matching refs:HSimulate

1804 class HSimulate FINAL : public HInstruction {
1806 HSimulate(BailoutId ast_id,
1817 ~HSimulate() {}
1859 void MergeWith(ZoneList<HSimulate*>* list);
1916 HSimulate* next_simulate() { return next_simulate_; }
1917 void set_next_simulate(HSimulate* simulate) {
1944 HSimulate* next_simulate_;