Home | History | Annotate | Download | only in src

Lines Matching refs:then_part

1158   Label then_part, else_part, done;
1161 VisitForControl(stmt->condition(), &then_part, &else_part, &then_part);
1163 __ bind(&then_part);
1171 VisitForControl(stmt->condition(), &then_part, &done, &then_part);
1173 __ bind(&then_part);