Searched refs:FindMethod (Results 1 – 2 of 2) sorted by relevance
468 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function2375 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()2381 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
7702 ArtMethod* FindMethod(ArtMethod* interface_method,7818 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper8360 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()