Searched defs:image_file_location_oat_data_begin (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat.cc381 void OatHeader::SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin) { argument
383 CHECK_ALIGNED(image_file_location_oat_data_begin, kPageSize);
384 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;

Completed in 3 milliseconds