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

/external/v8/src/asmjs/
H A Dasm-typer.h300 AsmType* ValidateDoWhileStatement(DoWhileStatement* do_while);
H A Dasm-typer.cc1326 return ValidateDoWhileStatement(statement->AsDoWhileStatement());
1417 AsmType* AsmTyper::ValidateDoWhileStatement(DoWhileStatement* do_while) { function in class:v8::internal::wasm::AsmTyper

Completed in 118 milliseconds