Searched refs:source_index (Results 1 – 3 of 3) sorted by relevance
481 uint32_t source_index; in ComputeClassStatus() local483 !DecodeUnsignedLeb128Checked(&cursor, end, &source_index))) { in ComputeClassStatus()496 dex::StringIndex(source_index), in ComputeClassStatus()
66 void add_version_info(size_t source_index, ElfW(Word) elf_hash,
2538 void VersionTracker::add_version_info(size_t source_index, in add_version_info() argument2542 if (source_index >= version_infos.size()) { in add_version_info()2543 version_infos.resize(source_index+1); in add_version_info()2546 version_infos[source_index].elf_hash = elf_hash; in add_version_info()2547 version_infos[source_index].name = ver_name; in add_version_info()2548 version_infos[source_index].target_si = target_si; in add_version_info()2587 ElfW(Half) source_index = vernaux->vna_other; in init_verneed()2589 add_version_info(source_index, elf_hash, ver_name, target_si); in init_verneed()