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

/art/runtime/
H A Dclass_linker.cc1247 const size_t num_dex_caches = dex_caches->GetLength(); local
1248 for (size_t i = 0; i < num_dex_caches; i++) {
1258 if (num_dex_caches_with_bss_arrays != num_dex_caches) {
1264 num_dex_caches);
1269 for (size_t i = 0; i < num_dex_caches; i++) {
1368 if (num_dex_caches > 1) {

Completed in 26 milliseconds