Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc58 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() function
227 if (!self->FindMethod(dex_offset, &info)) { in ADexFile_findMethodAtOffset()
/art/runtime/interpreter/
Dunstarted_runtime.cc2034 static ArtMethod* FindMethod(Thread* self, in FindMethod() function
2050 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeInvokeHandlers()
2062 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeJNIHandlers()
/art/runtime/jni/
Djni_internal.cc567 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function
2541 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()
2547 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
/art/runtime/
Dclass_linker.cc7668 ArtMethod* FindMethod(ArtMethod* interface_method,
7784 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper
8331 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()