Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DConfig.h216 static TraceMethodType GetTraceMethodType(const clang::FunctionDecl* method) { in GetTraceMethodType() function
239 return GetTraceMethodType(method) != NOT_TRACE_METHOD; in IsTraceMethod()
DCheckDispatchVisitor.cpp34 Config::GetTraceMethodType(method) == in VisitUnresolvedMemberExpr()
DBlinkGCPluginConsumer.cpp531 Config::TraceMethodType trace_type = Config::GetTraceMethodType(method); in CheckTraceOrDispatchMethod()
DRecordInfo.cpp482 switch (Config::GetTraceMethodType(method)) { in DetermineTracingMethods()