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

/art/runtime/
H A Dclass_linker.cc6688 size_t new_ifcount; local
6698 new_ifcount = FillIfTable(iftable.Get(), super_ifcount, std::move(to_add));
6704 if (new_ifcount < ifcount) {
6707 iftable->CopyOf(self, new_ifcount * mirror::IfTable::kMax)));
6712 ifcount = new_ifcount;
6714 DCHECK_EQ(new_ifcount, ifcount);

Completed in 32 milliseconds