Lines Matching refs:instr
69 void set_last(HInstruction* instr) { last_ = instr; }
112 void AddInstruction(HInstruction* instr);
148 HSimulate* instr = CreateSimulate(ast_id, removable);
149 AddInstruction(instr);
150 return instr;
449 void RecordUint32Instruction(HInstruction* instr) {
454 uint32_instructions_->Add(instr, zone());
756 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
762 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
804 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id);
805 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id);
819 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id);
820 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id);
844 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id);
845 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id);
1001 HInstruction* AddInstruction(HInstruction* instr);
1267 void PushAndAdd(HInstruction* instr);
1573 HDeoptimize* instr = New<HDeoptimize>(reason, type);
1574 AddInstruction(instr);
1580 return instr;
1595 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1596 AddInstruction(instr);
1597 return instr;