Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1170 bool use_dex_cache = GetCompilerOptions().GetCompilePic(); // Off by default in GetCodeAndMethodForDirectCall() local
1179 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1185 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_); in GetCodeAndMethodForDirectCall()
1189 if (!use_dex_cache) { in GetCodeAndMethodForDirectCall()
1191 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1198 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1205 if (!use_dex_cache && force_relocations) { in GetCodeAndMethodForDirectCall()
1217 use_dex_cache = true; in GetCodeAndMethodForDirectCall()
1235 if (force_relocations && !use_dex_cache) { in GetCodeAndMethodForDirectCall()
1243 if (use_dex_cache) { in GetCodeAndMethodForDirectCall()