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

/art/runtime/
H A Doat.h43 uint32_t image_file_location_oat_checksum,
113 uint32_t image_file_location_oat_checksum,
H A Doat.cc44 uint32_t image_file_location_oat_checksum,
57 image_file_location_oat_checksum,
65 uint32_t image_file_location_oat_checksum,
85 image_file_location_oat_checksum_ = image_file_location_oat_checksum;
41 Create(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument
62 OatHeader(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument
/art/compiler/
H A Doat_test.cc197 uint32_t image_file_location_oat_checksum = 0; local
202 image_file_location_oat_checksum,
H A Doat_writer.h80 uint32_t image_file_location_oat_checksum,
H A Doat_writer.cc51 uint32_t image_file_location_oat_checksum,
59 image_file_location_oat_checksum_(image_file_location_oat_checksum),
50 OatWriter(const std::vector<const DexFile*>& dex_files, uint32_t image_file_location_oat_checksum, uintptr_t image_file_location_oat_begin, int32_t image_patch_delta, const CompilerDriver* compiler, TimingLogger* timings, SafeMap<std::string, std::string>* key_value_store) argument
/art/dex2oat/
H A Ddex2oat.cc412 uint32_t image_file_location_oat_checksum = 0; local
418 image_file_location_oat_checksum = image_space->GetImageHeader().GetOatChecksum();
429 OatWriter oat_writer(dex_files, image_file_location_oat_checksum,

Completed in 191 milliseconds