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

/art/runtime/
H A Doat.cc400 void OatHeader::SetImageFileLocationOatDataBegin(uint32_t image_file_location_oat_data_begin) { argument
402 CHECK_ALIGNED(image_file_location_oat_data_begin, kPageSize);
403 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;

Completed in 49 milliseconds