Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7779 bool FillTables() REQUIRES_SHARED(Locks::mutator_lock_) { in FillTables() function in art::ClassLinker::LinkInterfaceMethodsHelper
7870 } else if (LIKELY(FillTables())) { in FindMethod()