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

/art/runtime/
H A Dclass_linker.cc1769 bool forward_dex_cache_arrays = false; local
1774 /*out*/&forward_dex_cache_arrays,
1782 forward_dex_cache_arrays);
1788 // forward_dex_cache_arrays is true iff we copied all of the dex cache arrays into the .bss.
1791 if (forward_dex_cache_arrays) {

Completed in 47 milliseconds