Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7261 size_t filled_ifcount = super_ifcount; in FillIfTable() local
7279 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7280 filled_ifcount++; in FillIfTable()
7286 iftable->SetInterface(filled_ifcount, interface); in FillIfTable()
7287 filled_ifcount++; in FillIfTable()
7301 for (size_t i = 0; i < filled_ifcount; i++) { in FillIfTable()
7303 for (size_t j = i + 1; j < filled_ifcount; j++) { in FillIfTable()
7314 return filled_ifcount; in FillIfTable()