Searched refs:ReadOatDexFileData (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc260 inline static bool ReadOatDexFileData(const OatFile& oat_file, function in namespace:art
364 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) {
392 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) {
402 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) {
473 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &class_offsets_offset))) {
506 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &lookup_table_offset))) {

Completed in 36 milliseconds