Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h316 int FindContinueLabelDepth(AsmJsScanner::token_t label);
Dasm-parser.cc317 int AsmJsParser::FindContinueLabelDepth(AsmJsScanner::token_t label) { in FindContinueLabelDepth() function in v8::internal::wasm::AsmJsParser
1266 int depth = FindContinueLabelDepth(label_name); in ContinueStatement()