Home
last modified time | relevance | path

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

/art/test/800-smali/smali/
Db_21869691A.smali5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
/art/dex2oat/linker/
Dimage_test.cc126 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F()
/art/runtime/mirror/
Dclass.cc602 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class
608 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod() function in art::mirror::Class
614 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache, in FindInterfaceMethod() function in art::mirror::Class
622 return FindInterfaceMethod(name, signature, pointer_size); in FindInterfaceMethod()
Dclass.h911 ArtMethod* FindInterfaceMethod(std::string_view name,
916 ArtMethod* FindInterfaceMethod(std::string_view name,
921 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
/art/runtime/
Dclass_linker_test.cc1267 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, kRuntimePointerSize); in TEST_F()
1268 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, kRuntimePointerSize); in TEST_F()
1269 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, kRuntimePointerSize); in TEST_F()
Dart_method.cc76 ArtMethod* ret = declaring_class->FindInterfaceMethod(GetDexCache(), in GetCanonicalMethod()
Dclass_linker.cc8698 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindResolvedMethod()
8754 klass->FindInterfaceMethod(dex_cache, method_idx, image_pointer_size_); in FindIncompatibleMethod()
8876 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethodWithoutInvokeType()
/art/runtime/verifier/
Dverifier_deps.cc1125 method = cls->FindInterfaceMethod(name, signature, pointer_size); in VerifyMethods()
/art/runtime/jni/
Djni_internal.cc326 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodJNI()