Searched refs:num_dex_caches (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1244 const size_t num_dex_caches = dex_caches->GetLength(); local
1245 for (size_t i = 0; i < num_dex_caches; i++) {
1255 if (num_dex_caches_with_bss_arrays != num_dex_caches) {
1261 num_dex_caches);
1266 for (size_t i = 0; i < num_dex_caches; i++) {

Completed in 38 milliseconds