Searched refs:num_methods (Results 1 – 5 of 5) sorted by relevance
340 uint32_t num_methods; member344 num_methods(0) {} in DexCacheStats()370 total->num_methods += dex_file->NumMethodIds(); in PreloadDexCachesStatsTotal()407 filled->num_methods++; in PreloadDexCachesStatsFilled()504 total.num_methods, before.num_methods, after.num_methods); in VMRuntime_preloadDexCaches()
298 uint32_t num_methods = DumpProfile(os); in WriteProfile() local324 return num_methods; in WriteProfile()577 uint32_t num_methods = 0; in Write() local601 ++num_methods; in Write()662 ++num_methods; in Write()684 ++num_methods; in Write()686 return num_methods; in Write()
4348 uint32_t num_methods = klass->GetIfTable()->GetInterface(i)->NumVirtualMethods(); in ValidateSuperClassDescriptors() local4349 for (uint32_t j = 0; j < num_methods; ++j) { in ValidateSuperClassDescriptors()5198 size_t num_methods = iftable->GetInterface(i)->NumVirtualMethods(); in LinkInterfaceMethods() local5199 if (num_methods > 0) { in LinkInterfaceMethods()5216 method_array = hs.NewHandle(AllocArtMethodArray(self, num_methods)); in LinkInterfaceMethods()5231 for (size_t j = 0; j < num_methods; ++j) { in LinkInterfaceMethods()
1162 uint32_t num_methods = compiled_methods.size(); in OatClass() local1163 CHECK_LE(num_non_null_compiled_methods, num_methods); in OatClass()1166 oat_method_offsets_offsets_from_oat_class_.resize(num_methods); in OatClass()1176 } else if (num_non_null_compiled_methods == num_methods) { in OatClass()1188 method_bitmap_ = new BitVector(num_methods, false, Allocator::GetMallocAllocator()); in OatClass()1197 for (size_t i = 0; i < num_methods; i++) { in OatClass()
1509 size_t num_methods = 0; in dex2oat() local1513 num_methods += dex_file->NumMethodIds(); in dex2oat()1515 if (num_methods <= compiler_options->GetNumDexMethodsThreshold()) { in dex2oat()