Searched refs:AddTerminator (Results 1 – 4 of 4) sorted by relevance
37 void AddTerminator(Instruction* instr);
118 void InstructionScheduler::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionScheduler
286 void AddTerminator(Instruction* instr);
110 AddTerminator(instructions_[end]); in SelectInstructions()139 void InstructionSelector::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionSelector142 scheduler_->AddTerminator(instr); in AddTerminator()