Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc1653 const bool force_relocations = (compiling_boot || in GetCodeAndMethodForDirectCall() local
1659 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_); in GetCodeAndMethodForDirectCall()
1686 if (!use_dex_cache && force_relocations) { in GetCodeAndMethodForDirectCall()
1718 if (force_relocations && !use_dex_cache) { in GetCodeAndMethodForDirectCall()
1751 *direct_method = force_relocations ? -1 : reinterpret_cast<uintptr_t>(method); in GetCodeAndMethodForDirectCall()
1752 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
1758 if (force_relocations) { in GetCodeAndMethodForDirectCall()