Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc654 static art::ArtMethod* FindMethod(art::Handle<art::mirror::Class> klass, in FindMethod() function
693 art::ArtMethod* old_method = FindMethod(h_klass, new_method_name, new_method_signature); in CheckSameMethods()
/art/runtime/jni/
Djni_internal.cc630 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function
2536 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()
2542 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
/art/runtime/
Dclass_linker.cc7421 ArtMethod* FindMethod(ArtMethod* interface_method,
7537 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper
8078 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()