Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc937 BreakTo(operand.depth); in DecodeFunctionBody()
952 BreakTo(operand.depth); in DecodeFunctionBody()
985 BreakTo(target); in DecodeFunctionBody()
1016 BreakTo(target); in DecodeFunctionBody()
1595 void BreakTo(unsigned depth) { in BreakTo() function in v8::internal::wasm::WasmFullDecoder
/external/v8/src/compiler/
Dast-graph-builder.cc164 void BreakTo(BreakableStatement* target);
845 void AstGraphBuilder::ControlScope::BreakTo(BreakableStatement* stmt) { in BreakTo() function in v8::internal::compiler::AstGraphBuilder::ControlScope
1062 execution_control()->BreakTo(stmt->target()); in VisitBreakStatement()