Home
last modified time | relevance | path

Searched refs:ComputeBranchInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h227 RpoNumber ComputeBranchInfo(BranchInfo* branch, Instruction* instr);
Dcode-generator.cc676 RpoNumber CodeGenerator::ComputeBranchInfo(BranchInfo* branch, in ComputeBranchInfo() function in v8::internal::compiler::CodeGenerator
737 RpoNumber target = ComputeBranchInfo(&branch, instr); in AssembleInstruction()