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.h43 uint32_t image_file_location_oat_data_begin,
112 uint32_t image_file_location_oat_data_begin,
/art/dex2oat/
Ddex2oat.cc400 uintptr_t image_file_location_oat_data_begin = 0; in CreateOatFile() local
406 image_file_location_oat_data_begin = in CreateOatFile()
417 image_file_location_oat_data_begin, in CreateOatFile()