Searched refs:ReadOatDexFileData (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 392 inline static bool ReadOatDexFileData(const OatFile& oat_file, in ReadOatDexFileData() function 416 if (UNLIKELY(!ReadOatDexFileData(*oat_file, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping() 560 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup() 598 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup() 608 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup() 740 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &class_offsets_offset))) { in Setup() 773 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &lookup_table_offset))) { in Setup() 800 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_layout_sections_offset))) { in Setup()
|