Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h274 AsmType* ValidateModuleFunctions(FunctionLiteral* fun);
Dasm-typer.cc550 !AsmType::None()->IsExactly(ValidateModuleFunctions(root_)) && in Validate()
716 AsmType* AsmTyper::ValidateModuleFunctions(FunctionLiteral* fun) { in ValidateModuleFunctions() function in v8::internal::wasm::AsmTyper