HomeSort by relevance Sort by last modified time
    Searched refs:ValidateModuleFunction (Results 1 - 2 of 2) sorted by null

  /external/v8/src/asmjs/
asm-typer.h 273 AsmType* ValidateModuleFunction(FunctionDeclaration* fun_decl);
asm-typer.cc 562 if (!AsmType::None()->IsExactly(ValidateModuleFunction(fun_decl))) {
709 AsmType* AsmTyper::ValidateModuleFunction(FunctionDeclaration* fun_decl) {
721 RECURSE(ValidateModuleFunction(fun_decl));
    [all...]

Completed in 43 milliseconds