Searched refs:break_scope_ (Results 1 – 2 of 2) sorted by relevance
2181 BreakAndContinueScope* break_scope() const { return break_scope_; } in break_scope()2182 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; } in set_break_scope()2906 BreakAndContinueScope* break_scope_; variable
3683 break_scope_(NULL), in HOptimizedGraphBuilder()