Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc7351 const size_t new_ifcount = FillIfTable( in SetupInterfaceLookupTable() local
7357 if (new_ifcount < ifcount) { in SetupInterfaceLookupTable()
7360 mirror::IfTable::CopyOf(iftable, self, new_ifcount * mirror::IfTable::kMax))); in SetupInterfaceLookupTable()
7365 ifcount = new_ifcount; in SetupInterfaceLookupTable()
7367 DCHECK_EQ(new_ifcount, ifcount); in SetupInterfaceLookupTable()