Home
last modified time | relevance | path

Searched refs:image_file_location_oat_data_begin_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat.cc89 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin; in OatHeader()
90 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_)); in OatHeader()
374 if (image_file_location_oat_data_begin_ != 0) { in RelocateOat()
375 image_file_location_oat_data_begin_ += delta; in RelocateOat()
392 return image_file_location_oat_data_begin_; in GetImageFileLocationOatDataBegin()
Doat.h142 uint32_t image_file_location_oat_data_begin_; variable