Searched defs:ifcount (Results 1 – 2 of 2) sorted by relevance
180 inline mirror::IfTable* ClassLinker::AllocIfTable(Thread* self, size_t ifcount) { in AllocIfTable()
5077 size_t ifcount = super_ifcount + num_interfaces; in LinkInterfaceMethods() local