Home
last modified time | relevance | path

Searched refs:num_types (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMRuntime.cc388 uint32_t num_types; member
392 num_types(0), in DexCacheStats()
421 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
445 filled->num_types++; in PreloadDexCachesStatsFilled()
549 total.num_types, before.num_types, after.num_types); in VMRuntime_preloadDexCaches()
/art/runtime/
Dclass_linker.cc3911 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders() local
3912 if (UNLIKELY(num_types != types2->Size())) { in HasSameSignatureWithDifferentClassLoaders()
3918 for (uint32_t i = 0; i < num_types; ++i) { in HasSameSignatureWithDifferentClassLoaders()