Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file.cc481 uint32_t source_index; in ComputeClassStatus() local
483 !DecodeUnsignedLeb128Checked(&cursor, end, &source_index))) { in ComputeClassStatus()
496 dex::StringIndex(source_index), in ComputeClassStatus()
/aosp12/bionic/linker/
H A Dlinker.h66 void add_version_info(size_t source_index, ElfW(Word) elf_hash,
H A Dlinker.cpp2538 void VersionTracker::add_version_info(size_t source_index, in add_version_info() argument
2542 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()