Searched refs:FindContinueLabelDepth (Results 1 – 2 of 2) sorted by relevance
316 int FindContinueLabelDepth(AsmJsScanner::token_t label);
317 int AsmJsParser::FindContinueLabelDepth(AsmJsScanner::token_t label) { in FindContinueLabelDepth() function in v8::internal::wasm::AsmJsParser1266 int depth = FindContinueLabelDepth(label_name); in ContinueStatement()