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

/art/runtime/
H A Dclass_linker.cc6563 size_t filled_ifcount = super_ifcount; local
6565 // Let us call the first filled_ifcount elements of iftable the current-iface-list.
6581 iftable->SetInterface(filled_ifcount, super_interface);
6582 filled_ifcount++;
6588 iftable->SetInterface(filled_ifcount, interface);
6589 filled_ifcount++;
6603 for (size_t i = 0; i < filled_ifcount; i++) {
6605 for (size_t j = i + 1; j < filled_ifcount; j++) {
6616 return filled_ifcount;

Completed in 37 milliseconds