Home
last modified time | relevance | path

Searched refs:use_dex_cache (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc1650 bool use_dex_cache = GetCompilerOptions().GetCompilePic(); // Off by default in GetCodeAndMethodForDirectCall() local
1659 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_); in GetCodeAndMethodForDirectCall()
1662 if (!use_dex_cache) { in GetCodeAndMethodForDirectCall()
1664 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1671 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1680 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1686 if (!use_dex_cache && force_relocations) { in GetCodeAndMethodForDirectCall()
1699 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1718 if (force_relocations && !use_dex_cache) { in GetCodeAndMethodForDirectCall()
1726 if (use_dex_cache) { in GetCodeAndMethodForDirectCall()