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.cc381 void OatHeader::SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin) { in SetImageFileLocationOatDataBegin() argument
383 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()
Doat.h104 void SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin);