Searched refs:ReadOatDexFileData (Results 1 – 1 of 1) sorted by relevance
/art/runtime/oat/ |
D | oat_file.cc | 422 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() function 455 if (UNLIKELY(!ReadOatDexFileData(*this, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping() 713 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup() 782 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_magic))) { in Setup() 790 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup() 798 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_sha1))) { in Setup() 806 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup() 946 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &class_offsets_offset))) { in Setup() 975 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &lookup_table_offset))) { in Setup() 999 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_layout_sections_offset))) { in Setup() [all …]
|