Home
last modified time | relevance | path

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

/art/test/800-smali/smali/
Db_21869691A.smali5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
/art/compiler/
Dimage_test.cc116 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F()
Dimage_writer.cc1062 method = last_class->FindInterfaceMethod(name, signature, target_ptr_size_); in PruneAndPreloadDexCache()
/art/runtime/mirror/
Dclass.cc444 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, in FindInterfaceMethod() function in art::mirror::Class
450 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, in FindInterfaceMethod() function in art::mirror::Class
456 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache, in FindInterfaceMethod() function in art::mirror::Class
464 return FindInterfaceMethod(name, signature, pointer_size); in FindInterfaceMethod()
Dclass.h925 ArtMethod* FindInterfaceMethod(const StringPiece& name,
930 ArtMethod* FindInterfaceMethod(const StringPiece& name,
935 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
/art/runtime/
Dclass_linker-inl.h170 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, pointer_size); in LookupResolvedMethod()
Dclass_linker_test.cc1206 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, kRuntimePointerSize); in TEST_F()
1207 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, kRuntimePointerSize); in TEST_F()
1208 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, kRuntimePointerSize); in TEST_F()
Dart_method.cc71 ArtMethod* ret = declaring_class->FindInterfaceMethod(declaring_class->GetDexCache(), in GetCanonicalMethod()
Dclass_linker.cc8012 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, pointer_size); in ResolveMethod()
8051 DCHECK(klass->FindInterfaceMethod(dex_cache.Get(), method_idx, pointer_size) == nullptr); in ResolveMethod()
8087 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, image_pointer_size_); in ResolveMethodWithoutInvokeType()
9070 resolved_method = klass->FindInterfaceMethod(dex_cache, method_index, pointer_size); in FindMethodForProxy()
Djni_internal.cc237 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodID()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc393 ? klass->FindInterfaceMethod(dex_cache, method_idx, kRuntimePointerSize) in PreloadDexCachesResolveMethod()
/art/runtime/verifier/
Dverifier_deps.cc1046 method = cls->FindInterfaceMethod(name, signature, pointer_size); in VerifyMethods()
Dmethod_verifier.cc3846 res_method = klass->FindInterfaceMethod(dex_cache_.Get(), dex_method_idx, pointer_size); in ResolveMethodAndCheckAccess()
3878 DCHECK(klass->FindInterfaceMethod(dex_cache_.Get(), dex_method_idx, pointer_size) == nullptr); in ResolveMethodAndCheckAccess()