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

/external/v8/src/
H A Dhydrogen.h595 class BreakAndContinueInfo BASE_EMBEDDED {
597 explicit BreakAndContinueInfo(BreakableStatement* target) function in class:v8::internal::HGraphBuilder::BASE_EMBEDDED
613 // A helper class to maintain a stack of current BreakAndContinueInfo
617 BreakAndContinueScope(BreakAndContinueInfo* info, HGraphBuilder* owner)
624 BreakAndContinueInfo* info() { return info_; }
632 BreakAndContinueInfo* info_;
H A Dhydrogen.cc2420 BreakAndContinueInfo break_info(stmt);
2612 BreakAndContinueInfo break_info(stmt);
2721 BreakAndContinueInfo break_info(stmt);
2766 BreakAndContinueInfo break_info(stmt);
2803 BreakAndContinueInfo break_info(stmt);

Completed in 48 milliseconds