Searched refs:FindMethod (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/external/ |
D | dex_file_ext.cc | 58 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/ |
D | unstarted_runtime.cc | 2034 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/ |
D | jni_internal.cc | 567 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/ |
D | class_linker.cc | 7657 ArtMethod* FindMethod(ArtMethod* interface_method, 7773 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper 8320 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()
|