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.cc45 uint32_t image_file_location_oat_data_begin, in Create() argument
58 image_file_location_oat_data_begin, in Create()
66 uint32_t image_file_location_oat_data_begin, in OatHeader() argument
88 CHECK(IsAligned<kPageSize>(image_file_location_oat_data_begin)); in OatHeader()
89 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin; in OatHeader()
Doat.h44 uint32_t image_file_location_oat_data_begin,
114 uint32_t image_file_location_oat_data_begin,
/art/dex2oat/
Ddex2oat.cc413 uintptr_t image_file_location_oat_data_begin = 0; in CreateOatFile() local
419 image_file_location_oat_data_begin = in CreateOatFile()
430 image_file_location_oat_data_begin, in CreateOatFile()