Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Djni_internal.cc468 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function
2375 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()
2381 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
/art/runtime/
Dclass_linker.cc7702 ArtMethod* FindMethod(ArtMethod* interface_method,
7818 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper
8360 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()