Home
last modified time | relevance | path

Searched refs:IsTraceMethod (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCollectVisitor.cpp30 if (Config::IsTraceMethod(method)) { in VisitCXXMethodDecl()
DCheckTraceVisitor.cpp204 if (!trace_decl || !Config::IsTraceMethod(trace_decl)) in CheckTraceBaseCall()
226 if (Config::IsTraceMethod(method_decl)) { in CheckTraceBaseCall()
DConfig.h238 static bool IsTraceMethod(const clang::FunctionDecl* method) { in IsTraceMethod() function
DBlinkGCPluginConsumer.cpp140 if (!Config::IsTraceMethod(fd)) in ParseFunctionTemplates()