Home
last modified time | relevance | path

Searched refs:GetTraceDispatchMethod (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h93 clang::CXXMethodDecl* GetTraceDispatchMethod();
DBlinkGCPluginConsumer.cpp372 CXXMethodDecl* trace_dispatch = info->GetTraceDispatchMethod(); in CheckDispatch()
533 !parent->GetTraceDispatchMethod()) { in CheckTraceOrDispatchMethod()
DRecordInfo.cpp331 CXXMethodDecl* RecordInfo::GetTraceDispatchMethod() { in GetTraceDispatchMethod() function in RecordInfo
518 if (CXXMethodDecl* dispatch = it->second.info()->GetTraceDispatchMethod()) { in DetermineTracingMethods()