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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1775 class HSimulate V8_FINAL : public HInstruction {
1777 HSimulate(BailoutId ast_id, function in class:V8_FINAL
1788 ~HSimulate() {}
1830 void MergeWith(ZoneList<HSimulate*>* list);
1887 HSimulate* next_simulate() { return next_simulate_; }
1888 void set_next_simulate(HSimulate* simulate) {
1915 HSimulate* next_simulate_;

Completed in 155 milliseconds