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

/external/v8/src/asmjs/
H A Dasm-typer.h282 // 6.4 ValidateFunction
283 AsmType* ValidateFunction(FunctionDeclaration* fun_decl);
H A Dasm-typer.cc710 RECURSE(ValidateFunction(fun_decl));
1115 // 6.4 ValidateFunction
1116 AsmType* AsmTyper::ValidateFunction(FunctionDeclaration* fun_decl) { function in class:v8::internal::wasm::AsmTyper

Completed in 136 milliseconds