Searched refs:image_file_location_oat_data_begin (Results 1 – 2 of 2) sorted by relevance
381 void OatHeader::SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin) { in SetImageFileLocationOatDataBegin() argument383 CHECK_ALIGNED(image_file_location_oat_data_begin, kPageSize); in SetImageFileLocationOatDataBegin()384 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin; in SetImageFileLocationOatDataBegin()
104 void SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin);