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

/external/chromium_org/v8/src/
H A Dhydrogen.h975 HBasicBlock* false_branch)
977 false_branch_(false_branch) {}
981 HBasicBlock* false_branch) {
984 false_branch_ = false_branch;
989 HBasicBlock** false_branch) {
992 *false_branch = false_branch_;
1003 HBasicBlock* false_branch() const { return false_branch_; } function in class:v8::internal::FINAL
974 HIfContinuation(HBasicBlock* true_branch, HBasicBlock* false_branch) argument
980 Capture(HBasicBlock* true_branch, HBasicBlock* false_branch) argument
988 Continue(HBasicBlock** true_branch, HBasicBlock** false_branch) argument
H A Dhydrogen.cc895 builder()->GotoNoSimulate(false_block, continuation->false_branch());
4064 HBasicBlock* false_branch = NULL; local
4065 continuation->Continue(&true_branch, &false_branch);
4067 owner()->set_current_block(false_branch);
4071 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id);
4164 HBasicBlock* false_branch = NULL; local
4165 continuation->Continue(&true_branch, &false_branch);
4170 owner()->Goto(false_branch, if_false(), owner()->function_state());
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc662 Node* false_branch = graph.NewNode(builder.IfFalse(), branch); local
665 Node* ret2 = graph.NewNode(builder.Return(), p5, graph.start(), false_branch);

Completed in 1179 milliseconds