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

/external/v8/src/crankshaft/
H A Dhydrogen.h2121 class BreakAndContinueInfo final BASE_EMBEDDED {
2123 explicit BreakAndContinueInfo(BreakableStatement* target, function in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
2149 // A helper class to maintain a stack of current BreakAndContinueInfo
2153 BreakAndContinueScope(BreakAndContinueInfo* info,
2161 BreakAndContinueInfo* info() { return info_; }
2171 BreakAndContinueInfo* info_;
H A Dhydrogen.cc4859 BreakAndContinueInfo break_info(stmt, outer_scope);
5223 BreakAndContinueInfo break_info(stmt, scope());
5287 BreakAndContinueInfo break_info(stmt, scope());
5350 BreakAndContinueInfo break_info(stmt, scope());
5399 BreakAndContinueInfo break_info(stmt, scope());
5597 BreakAndContinueInfo break_info(stmt, scope(), 5);

Completed in 92 milliseconds