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

/art/runtime/
H A Doat.cc34 uint32_t image_file_location_oat_data_begin,
51 CHECK(IsAligned<kPageSize>(image_file_location_oat_data_begin));
52 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;
31 OatHeader(InstructionSet instruction_set, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const std::string& image_file_location) argument
H A Doat.h37 uint32_t image_file_location_oat_data_begin,
/art/dex2oat/
H A Ddex2oat.cc271 uint32_t image_file_location_oat_data_begin = 0; local
275 image_file_location_oat_data_begin =
285 image_file_location_oat_data_begin,

Completed in 3681 milliseconds