Home
last modified time | relevance | path

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

/aosp12/art/test/800-smali/smali/
H A Db_21869691A.smali5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
/aosp12/art/dex2oat/linker/
H A Dimage_test.cc126 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F()
/aosp12/art/runtime/mirror/
H A Dclass.cc571 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class
577 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class
583 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache, in FindInterfaceMethod() function in art::mirror::Class
591 return FindInterfaceMethod(name, signature, pointer_size); in FindInterfaceMethod()
H A Dclass.h916 ArtMethod* FindInterfaceMethod(std::string_view name,
921 ArtMethod* FindInterfaceMethod(std::string_view name,
926 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
/aosp12/art/runtime/
H A Dclass_linker_test.cc1270 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, kRuntimePointerSize); in TEST_F()
1271 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, kRuntimePointerSize); in TEST_F()
1272 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, kRuntimePointerSize); in TEST_F()
H A Dart_method.cc76 ArtMethod* ret = declaring_class->FindInterfaceMethod(GetDexCache(), in GetCanonicalMethod()
H A Dclass_linker.cc9041 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindResolvedMethod()
9115 klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindIncompatibleMethod()
9237 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethodWithoutInvokeType()
/aosp12/art/runtime/jni/
H A Djni_internal.cc411 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodJNI()