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.cpp102 Parent()->IsRefPtr() || in AtValue()
128 if (ptr->IsRefPtr()) in InvalidSmartPtr()
DEdge.h98 virtual bool IsRefPtr() { return false; } in IsRefPtr() function
157 bool IsRefPtr() override { return true; } in IsRefPtr() function
DConfig.h63 static bool IsRefPtr(const std::string& name) { in IsRefPtr() function
DBlinkGCPluginConsumer.cpp595 Parent()->IsRefPtr() ? "ref" : in DumpClass()
DRecordInfo.cpp655 if (Config::IsRefPtr(info->name()) && info->GetTemplateArgs(1, &args)) { in CreateEdge()