Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.h137 void VisitFunctionAnnotation(FunctionLiteral* f);
Dtyping-asm.cc110 RECURSE(VisitFunctionAnnotation(decl->fun())); in VisitAsmModule()
177 void AsmTyper::VisitFunctionAnnotation(FunctionLiteral* fun) { in VisitFunctionAnnotation() function in v8::internal::AsmTyper