Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc59 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() function
236 if (!self->FindMethod(dex_offset, &info)) { in ADexFile_findMethodAtOffset()
/art/runtime/interpreter/
Dunstarted_runtime.cc2343 static ArtMethod* FindMethod(Thread* self, in FindMethod() function
2359 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeInvokeHandlers()
2371 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeJNIHandlers()
/art/runtime/jni/
Djni_internal.cc647 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function
2643 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()
2649 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()