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

/art/runtime/
H A Dclass_linker.cc6396 size_t filled_ifcount = super_ifcount; local
6398 // Let us call the first filled_ifcount elements of iftable the current-iface-list.
6414 iftable->SetInterface(filled_ifcount, super_interface);
6415 filled_ifcount++;
6421 iftable->SetInterface(filled_ifcount, interface);
6422 filled_ifcount++;
6436 for (size_t i = 0; i < filled_ifcount; i++) {
6438 for (size_t j = i + 1; j < filled_ifcount; j++) {
6448 return filled_ifcount;

Completed in 83 milliseconds