Searched refs:FindInterfaceMethod (Results 1 – 9 of 9) sorted by relevance
/art/test/800-smali/smali/ |
D | b_21869691A.smali | 5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
|
/art/dex2oat/linker/ |
D | image_test.cc | 124 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F()
|
/art/runtime/mirror/ |
D | class.cc | 481 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class 487 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class 493 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache, in FindInterfaceMethod() function in art::mirror::Class 501 return FindInterfaceMethod(name, signature, pointer_size); in FindInterfaceMethod()
|
D | class.h | 838 ArtMethod* FindInterfaceMethod(std::string_view name, 843 ArtMethod* FindInterfaceMethod(std::string_view name, 848 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
|
/art/runtime/ |
D | class_linker_test.cc | 1260 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, kRuntimePointerSize); in TEST_F() 1261 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, kRuntimePointerSize); in TEST_F() 1262 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, kRuntimePointerSize); in TEST_F()
|
D | art_method.cc | 73 ArtMethod* ret = declaring_class->FindInterfaceMethod(GetDexCache(), in GetCanonicalMethod()
|
D | class_linker.cc | 8513 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindResolvedMethod() 8569 klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindIncompatibleMethod() 8684 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethodWithoutInvokeType()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1112 method = cls->FindInterfaceMethod(name, signature, pointer_size); in VerifyMethods()
|
/art/runtime/jni/ |
D | jni_internal.cc | 440 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodID()
|