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

/external/v8/src/asmjs/
H A Dasm-typer.h298 AsmType* ValidateWhileStatement(WhileStatement* while_stmt);
H A Dasm-typer.cc1324 return ValidateWhileStatement(statement->AsWhileStatement());
1403 AsmType* AsmTyper::ValidateWhileStatement(WhileStatement* while_stmt) { function in class:v8::internal::wasm::AsmTyper

Completed in 1126 milliseconds