Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7209 size_t filled_ifcount = super_ifcount; in FillIfTable() local
7232 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7233 filled_ifcount++; in FillIfTable()
7239 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
7240 filled_ifcount++; in FillIfTable()
7254 for (size_t i = 0; i < filled_ifcount; i++) { in FillIfTable()
7256 for (size_t j = i + 1; j < filled_ifcount; j++) { in FillIfTable()
7267 return filled_ifcount; in FillIfTable()