Home | History | Annotate | Download | only in runtime

Lines Matching refs:num_methods

3595     size_t num_methods = interface->NumVirtualMethods();
3596 if (num_methods > 0) {
3598 AllocArtMethodArray(self, num_methods);
3605 for (size_t j = 0; j < num_methods; ++j) {