Searched refs:AddTerminator (Results 1 – 4 of 4) sorted by relevance
43 V8_EXPORT_PRIVATE void AddTerminator(Instruction* instr);
110 void InstructionScheduler::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionScheduler
308 void AddTerminator(Instruction* instr);
141 AddTerminator(instructions_[end]); in SelectInstructions()169 void InstructionSelector::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionSelector172 scheduler_->AddTerminator(instr); in AddTerminator()