Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h180 RpoNumber ComputeBranchInfo(BranchInfo* branch, Instruction* instr);
Dcode-generator.cc332 RpoNumber target = ComputeBranchInfo(&branch, instr); in TryInsertBranchPoisoning()
606 RpoNumber CodeGenerator::ComputeBranchInfo(BranchInfo* branch, in ComputeBranchInfo() function in v8::internal::compiler::CodeGenerator
657 RpoNumber target = ComputeBranchInfo(&branch, instr); in AssembleInstruction()