Searched refs:break_scope_ (Results 1 – 2 of 2) sorted by relevance
2122 BreakAndContinueScope* break_scope() const { return break_scope_; } in break_scope()2123 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; } in set_break_scope()2877 BreakAndContinueScope* break_scope_; variable
3554 break_scope_(NULL), in HOptimizedGraphBuilder()