Searched defs:BreakAndContinueScope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h2048 // a breakable statement. Separated from BreakAndContinueScope so that it
2080 class BreakAndContinueScope FINAL BASE_EMBEDDED {
2082 BreakAndContinueScope(BreakAndContinueInfo* info, function in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
2088 ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
2092 BreakAndContinueScope* next() { return next_; }
2102 BreakAndContinueScope* next_;
2110 BreakAndContinueScope* break_scope() const { return break_scope_; }
2111 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; }
2727 BreakAndContinueScope* break_scope_;

Completed in 41 milliseconds