Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h275 AsmType* ValidateModuleAfterFunctionsPhase(FunctionLiteral* fun);
Dasm-typer.cc569 if (!AsmType::None()->IsExactly(ValidateModuleAfterFunctionsPhase(root_))) { in ValidateAfterFunctionsPhase()
729 AsmType* AsmTyper::ValidateModuleAfterFunctionsPhase(FunctionLiteral* fun) { in ValidateModuleAfterFunctionsPhase() function in v8::internal::wasm::AsmTyper