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

/art/compiler/driver/
H A Dcompiler_driver.cc1173 const bool force_relocations = (compiling_boot || local
1185 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_);
1205 if (!use_dex_cache && force_relocations) {
1235 if (force_relocations && !use_dex_cache) {
1258 *direct_method = force_relocations ? -1 : reinterpret_cast<uintptr_t>(method);
1259 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method);
1265 if (force_relocations) {

Completed in 9 milliseconds