Searched refs:FindMethod (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jit/
H A Dprofile_compilation_info.cc981 return FindMethod(method_ref.dex_file->GetLocation(),
987 ProfileCompilationInfo::FindMethod(const std::string& dex_location,
1006 const InlineCacheMap* inline_caches = FindMethod(dex_location, dex_checksum, dex_method_index);
H A Dprofile_compilation_info.h362 const InlineCacheMap* FindMethod(const std::string& dex_location,
/art/runtime/openjdkjvmti/
H A Dti_redefine.cc549 static art::ArtMethod* FindMethod(art::Handle<art::mirror::Class> klass,
591 art::ArtMethod* old_method = FindMethod(h_klass, new_method_name, new_method_signature);
/art/runtime/
H A Djni_internal.cc329 static ArtMethod* FindMethod(mirror::Class* c, const StringPiece& name, const StringPiece& sig)
2228 m = FindMethod<true>(current_class.Ptr(), name, sig);
2234 m = FindMethod<false>(current_class.Ptr(), name, sig);
H A Dclass_linker.cc6864 ArtMethod* FindMethod(ArtMethod* interface_method,
6979 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( function in class:ClassLinker::LinkInterfaceMethodsHelper
7517 ArtMethod* current_method = helper.FindMethod(interface_method,

Completed in 95 milliseconds