HomeSort by relevance Sort by last modified time
    Searched defs:AddBranch (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
bytecode-branch-analysis.cc 27 AddBranch(current_offset, iterator.GetJumpTargetOffset());
33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) {
bytecode-loop-analysis.cc 36 AddBranch(current_offset, iterator.GetJumpTargetOffset());
46 // This is guaranteed by the invariants from AddBranch, such that every
58 void BytecodeLoopAnalysis::AddBranch(int origin_offset, int target_offset) {
schedule.cc 231 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock,

Completed in 209 milliseconds