Home
last modified time | relevance | path

Searched refs:FindInterfaceMethod (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dclass.cc348 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature, in FindInterfaceMethod() function in art::mirror::Class
367 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature, in FindInterfaceMethod() function in art::mirror::Class
386 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx, in FindInterfaceMethod() function in art::mirror::Class
Dclass.h810 ArtMethod* FindInterfaceMethod(const StringPiece& name, const StringPiece& signature,
814 ArtMethod* FindInterfaceMethod(const StringPiece& name, const Signature& signature,
818 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
/art/runtime/
Dclass_linker_test.cc977 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, sizeof(void*)); in TEST_F()
978 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, sizeof(void*)); in TEST_F()
979 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, sizeof(void*)); in TEST_F()
Dclass_linker.cc5377 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethod()
5399 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_); in ResolveMethod()
5460 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_); in ResolveMethod()
5491 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_); in ResolveMethod()
Djni_internal.cc134 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodID()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc369 method = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, sizeof(void*)); in PreloadDexCachesResolveMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3258 res_method = klass->FindInterfaceMethod(name, signature, pointer_size); in ResolveMethodAndCheckAccess()