Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7386 size_t new_ifcount; in SetupInterfaceLookupTable() local
7396 new_ifcount = FillIfTable(iftable.Get(), super_ifcount, std::move(to_add)); in SetupInterfaceLookupTable()
7402 if (new_ifcount < ifcount) { in SetupInterfaceLookupTable()
7405 mirror::IfTable::CopyOf(iftable, self, new_ifcount * mirror::IfTable::kMax))); in SetupInterfaceLookupTable()
7410 ifcount = new_ifcount; in SetupInterfaceLookupTable()
7412 DCHECK_EQ(new_ifcount, ifcount); in SetupInterfaceLookupTable()