Home
last modified time | relevance | path

Searched refs:break_labels (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.h52 BytecodeLabels* break_labels() { return &break_labels_; } in break_labels() function
Dbytecode-generator.cc1188 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()