Searched refs:BreakAndContinueInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h2050 class BreakAndContinueInfo FINAL BASE_EMBEDDED {
2052 explicit BreakAndContinueInfo(BreakableStatement* target, function in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
2078 // A helper class to maintain a stack of current BreakAndContinueInfo
2082 BreakAndContinueScope(BreakAndContinueInfo* info,
2090 BreakAndContinueInfo* info() { return info_; }
2100 BreakAndContinueInfo* info_;
H A Dhydrogen.cc4534 BreakAndContinueInfo break_info(stmt, outer_scope);
4890 BreakAndContinueInfo break_info(stmt, scope());
4954 BreakAndContinueInfo break_info(stmt, scope());
5019 BreakAndContinueInfo break_info(stmt, scope());
5061 BreakAndContinueInfo break_info(stmt, scope());
5163 BreakAndContinueInfo break_info(stmt, scope(), 5);

Completed in 539 milliseconds