HomeSort by relevance Sort by last modified time
    Searched refs:BreakAndContinueScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
hydrogen.h 754 // a breakable statement. Separated from BreakAndContinueScope so that it
782 class BreakAndContinueScope BASE_EMBEDDED {
784 BreakAndContinueScope(BreakAndContinueInfo* info, HGraphBuilder* owner)
789 ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
793 BreakAndContinueScope* next() { return next_; }
801 BreakAndContinueScope* next_;
810 BreakAndContinueScope* break_scope() const { return break_scope_; }
811 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; }
    [all...]
hydrogen.cc     [all...]

Completed in 30 milliseconds