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

/external/v8/src/
H A Dhydrogen.h756 class BreakAndContinueInfo BASE_EMBEDDED {
758 explicit BreakAndContinueInfo(BreakableStatement* target, function in class:v8::internal::HGraphBuilder::BASE_EMBEDDED
780 // A helper class to maintain a stack of current BreakAndContinueInfo
784 BreakAndContinueScope(BreakAndContinueInfo* info, HGraphBuilder* owner)
791 BreakAndContinueInfo* info() { return info_; }
799 BreakAndContinueInfo* info_;
921 BreakAndContinueInfo* break_info);
/external/chromium_org/v8/src/
H A Dhydrogen.h1650 class BreakAndContinueInfo BASE_EMBEDDED {
1652 explicit BreakAndContinueInfo(BreakableStatement* target, function in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
1674 // A helper class to maintain a stack of current BreakAndContinueInfo
1678 BreakAndContinueScope(BreakAndContinueInfo* info,
1686 BreakAndContinueInfo* info() { return info_; }
1695 BreakAndContinueInfo* info_;
1802 BreakAndContinueInfo* break_info);

Completed in 76 milliseconds