HomeSort by relevance Sort by last modified time
    Searched defs:oat_location (Results 1 - 4 of 4) sorted by null

  /art/compiler/
image_writer.cc 78 const std::string& oat_location,
91 LOG(ERROR) << "Failed to open oat file " << oat_filename << " for " << oat_location; local
95 oat_file_ = OatFile::OpenReadable(oat_file.get(), oat_location, &error_msg);
97 LOG(ERROR) << "Failed to open writable oat file " << oat_filename << " for " << oat_location
157 LOG(ERROR) << "Failed to flush and close oat file " << oat_filename << " for " << oat_location; local
    [all...]
  /art/runtime/
runtime.cc 612 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str()); local
621 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location,
    [all...]
  /art/dex2oat/
dex2oat.cc 338 const std::string& oat_location, std::string* error_msg) {
349 return ElfPatcher::Patch(compiler_driver, elf_file.get(), oat_location, error_msg);
358 const std::string& oat_location,
455 if (!PatchOatCode(driver.get(), oat_file, oat_location, &error_msg)) {
468 const std::string& oat_location,
475 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location,
858 std::string oat_location; local
    [all...]
  /art/oatdump/
oatdump.cc 1040 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); local
1041 os << "OAT LOCATION: " << oat_location; local
    [all...]

Completed in 106 milliseconds