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

/external/v8/src/
H A Dhydrogen.cc2747 HBasicBlock* cond_false = graph()->CreateBasicBlock(); local
2748 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
2759 if (cond_false->HasPredecessor()) {
2760 cond_false->SetJoinId(stmt->ElseId());
2761 set_current_block(cond_false);
2763 cond_false = current_block();
2765 cond_false = NULL;
2768 HBasicBlock* join = CreateJoin(cond_true, cond_false, stmt->IfId());
3508 HBasicBlock* cond_false = graph()->CreateBasicBlock(); local
3509 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));
[all...]

Completed in 48 milliseconds