Home | History | Annotate | Download | only in compiler

Lines Matching refs:NumMethodIds

465     DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr);
1036 for (size_t i = 0, num = dex_cache->GetDexFile()->NumMethodIds(); i != num; ++i) {