Home
last modified time | relevance | path

Searched refs:AddTerminator (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h43 V8_EXPORT_PRIVATE void AddTerminator(Instruction* instr);
H A Dinstruction-scheduler.cc110 void InstructionScheduler::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionScheduler
H A Dinstruction-selector.h308 void AddTerminator(Instruction* instr);
H A Dinstruction-selector.cc141 AddTerminator(instructions_[end]); in SelectInstructions()
169 void InstructionSelector::AddTerminator(Instruction* instr) { in AddTerminator() function in v8::internal::compiler::InstructionSelector
172 scheduler_->AddTerminator(instr); in AddTerminator()

Completed in 8 milliseconds