Lines Matching defs:num_methods
1279 const size_t num_methods = dex_file->NumMethodIds();
1283 CHECK_EQ(num_methods, dex_cache->NumResolvedMethods());
1313 if (num_methods != 0u) {
1317 for (size_t j = 0; kIsDebugBuild && j < num_methods; ++j) {
1320 std::copy_n(image_resolved_methods, num_methods, methods);
4961 uint32_t num_methods = super_klass->NumVirtualMethods();
4962 for (uint32_t j = 0; j < num_methods; ++j) {
6627 size_t num_methods = iftable->GetInterface(i)->NumDeclaredVirtualMethods();
6628 if (num_methods > 0) {
6641 method_array = AllocPointerArray(self, num_methods);
6664 size_t num_methods = iftable->GetInterface(i)->NumDeclaredVirtualMethods();
6665 if (num_methods > 0) {
6702 for (size_t j = 0; j < num_methods; ++j) {
6898 } // if (num_methods > 0)