Searched defs:cond_true (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc2746 HBasicBlock* cond_true = graph()->CreateBasicBlock(); local
2748 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
2750 if (cond_true->HasPredecessor()) {
2751 cond_true->SetJoinId(stmt->ThenId());
2752 set_current_block(cond_true);
2754 cond_true = current_block();
2756 cond_true = NULL;
2768 HBasicBlock* join = CreateJoin(cond_true, cond_false, stmt->IfId());
3507 HBasicBlock* cond_true = graph()->CreateBasicBlock(); local
3509 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_fals
[all...]

Completed in 156 milliseconds