Home
last modified time | relevance | path

Searched refs:unqualifiedMethodName (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp208 static bool VeifyMethod(Class *klass, const std::string &fqMethodName, const std::string_view &unqualifiedMethodName, in VeifyMethod() argument
214 if (std::string_view(nameData) == unqualifiedMethodName) { in VeifyMethod()
252 std::string_view unqualifiedMethodName = std::string_view(fqMethodName).substr(pos + 1); in RunVerifierImpl() local
261 bool methodFound = VeifyMethod(klass, fqMethodName, unqualifiedMethodName, queue, methodsSet); in RunVerifierImpl()
263 LOG(ERROR, VERIFIER) << "Error: Cannot resolve method with name " << unqualifiedMethodName in RunVerifierImpl()

Completed in 1 milliseconds