Searched refs:image_file_location (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Doat.cc35 const std::string& image_file_location) {
55 image_file_location_size_ = image_file_location.size();
57 UpdateChecksum(image_file_location.data(), image_file_location_size_);
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.h38 const std::string& image_file_location);
/art/compiler/
H A Doat_test.cc155 const std::string image_file_location; local
160 image_file_location);
H A Doat_writer.h68 const std::string& image_file_location,
H A Doat_writer.cc41 const std::string& image_file_location,
47 image_file_location_(image_file_location),
84 CHECK(image_file_location.empty() == compiler->IsImage());
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.cc269 std::string image_file_location; local
277 image_file_location = image_space->GetImageFilename();
278 if (host_prefix != NULL && StartsWith(image_file_location, host_prefix->c_str())) {
279 image_file_location = image_file_location.substr(host_prefix->size());
286 image_file_location,
/art/oatdump/
H A Doatdump.cc132 const std::string image_file_location(oat_header.GetImageFileLocation());
133 os << image_file_location; local
134 if (!image_file_location.empty() && !host_prefix_.empty()) {
135 os << " (" << host_prefix_ << image_file_location << ")"; local

Completed in 9881 milliseconds