Home
last modified time | relevance | path

Searched refs:FindIncompatibleMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dclass_linker.h343 ArtMethod* FindIncompatibleMethod(ObjPtr<mirror::Class> klass,
H A Dclass_linker.cc9102 ArtMethod* ClassLinker::FindIncompatibleMethod(ObjPtr<mirror::Class> klass, in FindIncompatibleMethod() function in art::ClassLinker
9204 resolved = FindIncompatibleMethod(klass, dex_cache.Get(), class_loader.Get(), method_idx); in ResolveMethod()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3848 res_method = class_linker->FindIncompatibleMethod( in ResolveMethodAndCheckAccess()