Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc7745 bool FillTables() REQUIRES_SHARED(Locks::mutator_lock_) { in FillTables() function in art::ClassLinker::LinkInterfaceMethodsHelper
7836 } else if (LIKELY(FillTables())) { in FindMethod()