Searched refs:FindMethod (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ |
D | ti_redefine.cc | 654 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/ |
D | jni_internal.cc | 630 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/ |
D | class_linker.cc | 7421 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()
|