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

/art/runtime/mirror/
H A Dclass.cc337 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature, function in class:art::mirror::Class
356 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature, function in class:art::mirror::Class
375 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx, function in class:art::mirror::Class
H A Dclass.h895 ArtMethod* FindInterfaceMethod(const StringPiece& name, const StringPiece& signature,
899 ArtMethod* FindInterfaceMethod(const StringPiece& name, const Signature& signature,
903 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
/art/runtime/
H A Dclass_linker_test.cc1022 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, sizeof(void*));
1023 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, sizeof(void*));
1024 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, sizeof(void*));
H A Dclass_linker.cc7634 // This is not symmetric to A12-A14 (direct, static, virtual), as using FindInterfaceMethod
7651 // -> FindInterfaceMethod finds I.foo (interface method), not A.foo (miranda method)
7658 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_);
7664 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_);
7687 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_);
7692 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_);
7756 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_);
7787 resolved = klass->FindInterfaceMethod(name, signature, image_pointer_size_);
H A Djni_internal.cc134 method = c->FindInterfaceMethod(name, sig, pointer_size);
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc376 method = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, sizeof(void*));
/art/runtime/verifier/
H A Dmethod_verifier.cc3770 res_method = klass->FindInterfaceMethod(name, signature, pointer_size);
3772 res_method = klass->FindInterfaceMethod(name, signature, pointer_size);

Completed in 85 milliseconds