Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc601 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/
Djni_internal.cc437 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()
Dclass_linker.cc6778 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()