Home | History | Annotate | Download | only in src

Lines Matching refs:true_case

1496   Label true_case, false_case, done;
1497 VisitForControl(expr->condition(), &true_case, &false_case, &true_case);
1500 __ bind(&true_case);