Home
last modified time | relevance | path

Searched refs:IsRefPtr (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckFieldsVisitor.cpp98 Parent()->IsRefPtr() || in AtValue()
126 if (ptr->IsRefPtr()) in InvalidSmartPtr()
DEdge.h102 virtual bool IsRefPtr() { return false; } in IsRefPtr() function
162 bool IsRefPtr() { return true; } in IsRefPtr() function
DConfig.h67 static bool IsRefPtr(const std::string& name) { in IsRefPtr() function
DBlinkGCPluginConsumer.cpp600 Parent()->IsRefPtr() ? "ref" : in DumpClass()
DRecordInfo.cpp628 if (Config::IsRefPtr(info->name()) && info->GetTemplateArgs(1, &args)) { in CreateEdge()