Searched refs:false_branch (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/src/ |
H A D | hydrogen.h | 961 HBasicBlock* false_branch) 963 false_branch_(false_branch) {} 967 HBasicBlock* false_branch) { 970 false_branch_ = false_branch; 975 HBasicBlock** false_branch) { 978 *false_branch = false_branch_; 989 HBasicBlock* false_branch() const { return false_branch_; } function in class:v8::internal::V8_FINAL 960 HIfContinuation(HBasicBlock* true_branch, HBasicBlock* false_branch) argument 966 Capture(HBasicBlock* true_branch, HBasicBlock* false_branch) argument 974 Continue(HBasicBlock** true_branch, HBasicBlock** false_branch) argument
|
H A D | hydrogen.cc | 893 builder_->GotoNoSimulate(false_block, continuation->false_branch()); 3450 HBasicBlock* false_branch = NULL; local 3451 continuation->Continue(&true_branch, &false_branch); 3453 owner()->set_current_block(false_branch); 3457 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id); 3550 HBasicBlock* false_branch = NULL; local 3551 continuation->Continue(&true_branch, &false_branch); 3556 owner()->Goto(false_branch, if_false(), owner()->function_state());
|
Completed in 117 milliseconds