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

  /external/v8/tools/clang/blink_gc_plugin/
CollectVisitor.cpp 29 if (method->isThisDeclarationADefinition() && Config::IsTraceMethod(method))
CheckTraceVisitor.cpp 222 if (!trace_decl || !Config::IsTraceMethod(trace_decl))
245 if (Config::IsTraceMethod(method_decl)) {
Config.h 235 static bool IsTraceMethod(const clang::FunctionDecl* method) {
BlinkGCPluginConsumer.cpp 137 if (!Config::IsTraceMethod(fd))

Completed in 733 milliseconds