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

  /external/v8/src/
hydrogen.h 974 HIfContinuation(HBasicBlock* true_branch,
976 : continuation_captured_(true), true_branch_(true_branch),
980 void Capture(HBasicBlock* true_branch,
983 true_branch_ = true_branch;
988 void Continue(HBasicBlock** true_branch,
991 *true_branch = true_branch_;
1002 HBasicBlock* true_branch() const { return true_branch_; } function in class:v8::internal::FINAL
    [all...]
hydrogen.cc 891 builder()->GotoNoSimulate(true_block, continuation->true_branch());
4063 HBasicBlock* true_branch = NULL; local
4163 HBasicBlock* true_branch = NULL; local
    [all...]
  /external/v8/test/cctest/compiler/
test-scheduler.cc 661 Node* true_branch = graph.NewNode(builder.IfTrue(), branch); local
664 Node* ret1 = graph.NewNode(builder.Return(), p4, graph.start(), true_branch);
    [all...]

Completed in 40 milliseconds