Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7456 bool FindCopiedMethodsForInterface(ObjPtr<mirror::Class> klass,
8674 bool ClassLinker::LinkMethodsHelper<kPointerSize>::FindCopiedMethodsForInterface( in FindCopiedMethodsForInterface() function in art::ClassLinker::LinkMethodsHelper
8852 if (!FindCopiedMethodsForInterface(klass.Get(), num_virtual_methods, iftable)) { in LinkMethods()