Home
last modified time | relevance | path

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

/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()
/art/compiler/optimizing/
Dcode_generator_x86.h692 uint32_t target_index) in X86PcRelativePatchInfo()
693 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
/art/profman/
Dprofman.cc1516 dex::TypeIndex target_index = in ProcessLine() local
1521 target_index, in ProcessLine()