Searched refs:true_branch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h974 HIfContinuation(HBasicBlock* true_branch, argument
976 : continuation_captured_(true), true_branch_(true_branch),
980 void Capture(HBasicBlock* true_branch, argument
983 true_branch_ = true_branch;
988 void Continue(HBasicBlock** true_branch, argument
991 *true_branch = true_branch_;
1002 HBasicBlock* true_branch() const { return true_branch_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc891 builder()->GotoNoSimulate(true_block, continuation->true_branch());
4063 HBasicBlock* true_branch = NULL; local
4065 continuation->Continue(&true_branch, &false_branch);
4069 owner()->set_current_block(true_branch);
4071 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id);
4163 HBasicBlock* true_branch = NULL; local
4165 continuation->Continue(&true_branch, &false_branch);
4167 owner()->Goto(true_branch, if_true(), owner()->function_state());
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc661 Node* true_branch = graph.NewNode(builder.IfTrue(), branch); local
664 Node* ret1 = graph.NewNode(builder.Return(), p4, graph.start(), true_branch);

Completed in 106 milliseconds