Home
last modified time | relevance | path

Searched refs:image_file_location_oat_data_begin (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat.cc50 uint32_t image_file_location_oat_data_begin, in Create() argument
63 image_file_location_oat_data_begin, in Create()
71 uint32_t image_file_location_oat_data_begin, in OatHeader() argument
100 CHECK(IsAligned<kPageSize>(image_file_location_oat_data_begin)); in OatHeader()
101 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin; in OatHeader()
Doat.h51 uint32_t image_file_location_oat_data_begin,
113 uint32_t image_file_location_oat_data_begin,
/art/dex2oat/
Ddex2oat.cc1481 uintptr_t image_file_location_oat_data_begin = 0; in CreateOatFile() local
1489 image_file_location_oat_data_begin = in CreateOatFile()
1500 image_file_location_oat_data_begin, in CreateOatFile()