Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h613 uint32_t target_index) in X86PcRelativePatchInfo()
614 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
Dcode_generator.h585 PatchInfo(const DexFile& target_dex_file, uint32_t target_index) in PatchInfo()
586 : dex_file(target_dex_file), index(target_index) { } in PatchInfo()
/art/runtime/
Delf_file.cc314 Elf_Word target_index = 0; in CheckSectionsLinked() local
322 if (target_index) { in CheckSectionsLinked()
326 target_index = i; in CheckSectionsLinked()
334 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()