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

  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 180 if (CXXMethodDecl* trace = info->GetTraceMethod()) {
190 CXXMethodDecl* trace = info->GetTraceMethod();
304 if (CXXMethodDecl* trace = left_most_info->GetTraceMethod()) {
RecordInfo.cpp 295 CXXMethodDecl* RecordInfo::GetTraceMethod() {
318 if (GetTraceMethod())
328 if (CXXMethodDecl* trace = GetTraceMethod())
RecordInfo.h 91 clang::CXXMethodDecl* GetTraceMethod();

Completed in 954 milliseconds