Searched refs:image_file_location_oat_checksum (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Doat.h36 uint32_t image_file_location_oat_checksum,
H A Doat.cc33 uint32_t image_file_location_oat_checksum,
48 image_file_location_oat_checksum_ = image_file_location_oat_checksum;
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
/art/compiler/
H A Doat_test.cc153 uint32_t image_file_location_oat_checksum = 0; local
158 image_file_location_oat_checksum,
H A Doat_writer.h66 uint32_t image_file_location_oat_checksum,
H A Doat_writer.cc39 uint32_t image_file_location_oat_checksum,
45 image_file_location_oat_checksum_(image_file_location_oat_checksum),
38 OatWriter(const std::vector<const DexFile*>& dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_begin, const std::string& image_file_location, const CompilerDriver* compiler) argument
/art/dex2oat/
H A Ddex2oat.cc270 uint32_t image_file_location_oat_checksum = 0; local
274 image_file_location_oat_checksum = image_space->GetImageHeader().GetOatChecksum();
284 image_file_location_oat_checksum,

Completed in 125 milliseconds