Home
last modified time | relevance | path

Searched defs:methodFullName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp171 PandaString methodFullName = utf::Mutf8AsCString(method.GetName().data); in GetMethods() local
189 PandaString methodFullName = utf::Mutf8AsCString((method->GetName().data)); in GetMethods() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp894 bool Paoc::IsMethodInList(const std::string &methodFullName) in IsMethodInList()