Searched defs:HSimulate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1804 class HSimulate FINAL : public HInstruction {
1806 HSimulate(BailoutId ast_id, function in class:v8::FINAL
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_;

Completed in 105 milliseconds