Lines Matching defs:num_methods
4276 uint32_t num_methods = klass->GetIfTable()->GetInterface(i)->NumVirtualMethods();
4277 for (uint32_t j = 0; j < num_methods; ++j) {
4788 size_t num_methods = iftable->GetInterface(i)->NumVirtualMethods();
4789 if (num_methods > 0) {
4792 method_array(hs.NewHandle(AllocArtMethodArray(self, num_methods)));
4800 for (size_t j = 0; j < num_methods; ++j) {