Searched refs:break_scope (Results 1 – 2 of 2) sorted by relevance
2057 : info_(info), owner_(owner), next_(owner->break_scope()) { in BreakAndContinueScope()2083 BreakAndContinueScope* break_scope() const { return break_scope_; } in break_scope() function
4449 HBasicBlock* continue_block = break_scope()->Get( in VisitContinueStatement()4482 HBasicBlock* break_block = break_scope()->Get( in VisitBreakStatement()