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

  /external/v8/src/
hydrogen.h 593 // a breakable statement. Separated from BreakAndContinueScope so that it
615 class BreakAndContinueScope BASE_EMBEDDED {
617 BreakAndContinueScope(BreakAndContinueInfo* info, HGraphBuilder* owner)
622 ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
626 BreakAndContinueScope* next() { return next_; }
634 BreakAndContinueScope* next_;
656 BreakAndContinueScope* break_scope() const { return break_scope_; }
657 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; }
917 BreakAndContinueScope* break_scope_;
    [all...]
hydrogen.cc     [all...]

Completed in 296 milliseconds