Home | History | Annotate | Download | only in src

Lines Matching refs:ast_id

120   void SetJoinId(int ast_id);
127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); }
170 HSimulate* CreateSimulate(int ast_id);
421 int ast_id() const { return ast_id_; }
589 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0;
595 virtual void ReturnControl(HControlInstruction* instr, int ast_id) = 0;
630 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
631 virtual void ReturnControl(HControlInstruction* instr, int ast_id);
643 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
644 virtual void ReturnControl(HControlInstruction* instr, int ast_id);
666 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
667 virtual void ReturnControl(HControlInstruction* instr, int ast_id);
823 void AddSimulate(int ast_id);
1006 int ast_id,
1028 int ast_id);
1085 int ast_id,
1094 int ast_id,