Searched refs:FindInterfaceMethod (Results 1 – 13 of 13) 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/compiler/ |
D | image_test.cc | 116 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F()
|
D | image_writer.cc | 1062 method = last_class->FindInterfaceMethod(name, signature, target_ptr_size_); in PruneAndPreloadDexCache()
|
/art/runtime/mirror/ |
D | class.cc | 444 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()
|
D | class.h | 925 ArtMethod* FindInterfaceMethod(const StringPiece& name, 930 ArtMethod* FindInterfaceMethod(const StringPiece& name, 935 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
|
/art/runtime/ |
D | class_linker-inl.h | 170 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, pointer_size); in LookupResolvedMethod()
|
D | class_linker_test.cc | 1206 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()
|
D | art_method.cc | 71 ArtMethod* ret = declaring_class->FindInterfaceMethod(declaring_class->GetDexCache(), in GetCanonicalMethod()
|
D | class_linker.cc | 8012 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()
|
D | jni_internal.cc | 237 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodID()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 393 ? klass->FindInterfaceMethod(dex_cache, method_idx, kRuntimePointerSize) in PreloadDexCachesResolveMethod()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1046 method = cls->FindInterfaceMethod(name, signature, pointer_size); in VerifyMethods()
|
D | method_verifier.cc | 3846 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()
|