Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc7480 bool FindCopiedMethodsForInterface(ObjPtr<mirror::Class> klass,
8704 bool ClassLinker::LinkMethodsHelper<kPointerSize>::FindCopiedMethodsForInterface( in FindCopiedMethodsForInterface() function in art::ClassLinker::LinkMethodsHelper
8882 if (!FindCopiedMethodsForInterface(klass.Get(), num_virtual_methods, iftable)) { in LinkMethods()