Home | History | Annotate | Download | only in driver

Lines Matching full:use_dex_cache

1650   bool use_dex_cache = GetCompilerOptions().GetCompilePic();  // Off by default
1659 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_);
1662 if (!use_dex_cache) {
1664 use_dex_cache = true;
1671 use_dex_cache = true;
1680 use_dex_cache = true;
1686 if (!use_dex_cache && force_relocations) {
1699 use_dex_cache = true;
1718 if (force_relocations && !use_dex_cache) {
1726 if (use_dex_cache) {