Searched refs:force_relocations (Results 1 – 1 of 1) sorted by relevance
1374 const bool force_relocations = (compiling_boot || in GetCodeAndMethodForDirectCall() local1380 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_); in GetCodeAndMethodForDirectCall()1407 if (!use_dex_cache && force_relocations) { in GetCodeAndMethodForDirectCall()1439 if (force_relocations && !use_dex_cache) { in GetCodeAndMethodForDirectCall()1470 *direct_method = force_relocations ? -1 : reinterpret_cast<uintptr_t>(method); in GetCodeAndMethodForDirectCall()1471 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()1477 if (force_relocations) { in GetCodeAndMethodForDirectCall()