Home
last modified time | relevance | path

Searched refs:ContinueTo (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.cc165 void ContinueTo(BreakableStatement* target);
850 void AstGraphBuilder::ControlScope::ContinueTo(BreakableStatement* stmt) { in ContinueTo() function in v8::internal::compiler::AstGraphBuilder::ControlScope
1057 execution_control()->ContinueTo(stmt->target()); in VisitContinueStatement()