Searched refs:break_scope (Results 1 – 2 of 2) sorted by relevance
785 : info_(info), owner_(owner), next_(owner->break_scope()) { in BreakAndContinueScope()810 BreakAndContinueScope* break_scope() const { return break_scope_; } in break_scope() function
2818 HBasicBlock* continue_block = break_scope()->Get(stmt->target(), in VisitContinueStatement()2832 HBasicBlock* break_block = break_scope()->Get(stmt->target(), in VisitBreakStatement()