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

/external/v8/src/asmjs/
H A Dasm-typer.cc561 bool AsmTyper::ValidateInnerFunction(FunctionDeclaration* fun_decl) { argument
562 if (!AsmType::None()->IsExactly(ValidateModuleFunction(fun_decl))) {
709 AsmType* AsmTyper::ValidateModuleFunction(FunctionDeclaration* fun_decl) { argument
710 RECURSE(ValidateFunction(fun_decl));
711 source_layout_.AddFunction(*fun_decl);
720 if (FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration()) {
721 RECURSE(ValidateModuleFunction(fun_decl));
1116 AsmType* AsmTyper::ValidateFunction(FunctionDeclaration* fun_decl) { argument
1120 auto* fun = fun_decl->fun();
1122 auto* fun_decl_proxy = fun_decl
[all...]
H A Dasm-typer.h273 AsmType* ValidateModuleFunction(FunctionDeclaration* fun_decl);
283 AsmType* ValidateFunction(FunctionDeclaration* fun_decl);

Completed in 57 milliseconds