Searched refs:break_labels (Results 1 – 2 of 2) sorted by relevance
52 BytecodeLabels* break_labels() { return &break_labels_; } in break_labels() function
1188 VisitForTest(stmt->cond(), &loop_backbranch, loop_builder.break_labels(), in VisitDoWhileStatement()1207 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitWhileStatement()1231 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitForStatement()