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

/art/runtime/
H A Dclass_linker.cc1243 size_t num_dex_caches_with_bss_arrays = 0; local
1250 ++num_dex_caches_with_bss_arrays;
1253 *out_forward_dex_cache_array = num_dex_caches_with_bss_arrays != 0;
1255 if (num_dex_caches_with_bss_arrays != num_dex_caches) {
1260 num_dex_caches_with_bss_arrays,

Completed in 21 milliseconds