Searched refs:FindMethod (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ |
D | ti_redefine.cc | 601 static art::ArtMethod* FindMethod(art::Handle<art::mirror::Class> klass, in FindMethod() function 643 art::ArtMethod* old_method = FindMethod(h_klass, new_method_name, new_method_signature); in CheckSameMethods()
|
/art/runtime/ |
D | jni_internal.cc | 437 static ArtMethod* FindMethod(mirror::Class* c, const StringPiece& name, const StringPiece& sig) in FindMethod() function 2341 m = FindMethod<true>(current_class.Ptr(), name, sig); in RegisterNatives() 2347 m = FindMethod<false>(current_class.Ptr(), name, sig); in RegisterNatives()
|
D | class_linker.cc | 6778 ArtMethod* FindMethod(ArtMethod* interface_method, 6894 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper 7432 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()
|