Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7220 size_t filled_ifcount = super_ifcount; in FillIfTable() local
7243 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7244 filled_ifcount++; in FillIfTable()
7250 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
7251 filled_ifcount++; in FillIfTable()
7265 for (size_t i = 0; i < filled_ifcount; i++) { in FillIfTable()
7267 for (size_t j = i + 1; j < filled_ifcount; j++) { in FillIfTable()
7278 return filled_ifcount; in FillIfTable()