Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h638 uint32_t target_index) in X86PcRelativePatchInfo()
639 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
/art/runtime/
Delf_file.cc307 Elf_Word target_index = 0; in CheckSectionsLinked() local
315 if (target_index) { in CheckSectionsLinked()
319 target_index = i; in CheckSectionsLinked()
327 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()