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

  /art/runtime/
oat_file_assistant.cc 197 // We can only run dex2oat if there are original dex files.
648 + " not attempted because dex2oat is disabled";
679 + " not attempted because dex2oat is disabled.";
690 // dex2oat ignores missing dex files and doesn't report an error.
692 // TODO: Why does dex2oat behave that way?
719 if (!Dex2Oat(args, error_msg)) {
738 bool OatFileAssistant::Dex2Oat(const std::vector<std::string>& args,
743 *error_msg = "No image location found for Dex2Oat.";
    [all...]
  /art/dex2oat/
dex2oat.cc 152 // It seems only "/system/bin/dex2oat" is left, or not even that. Use a pretty line.
153 return "Starting dex2oat.";
179 UsageError("Usage: dex2oat [options]...");
364 UsageError(" This option is incompatible with read barriers (e.g., if dex2oat has been");
396 const char* reason = "dex2oat watch dog thread startup";
407 const char* reason = "dex2oat watch dog thread shutdown";
422 ::art::SetThreadName("dex2oat watch dog");
442 const char* reason = "dex2oat watch dog thread waiting";
447 Fatal(StringPrintf("dex2oat did not finish after %" PRId64 " seconds",
463 // watchdog (PackageManagerService.WATCHDOG_TIMEOUT, 10 minutes), so that dex2oat will abor
2613 static int dex2oat(int argc, char** argv) { function in namespace:art
2622 std::unique_ptr<Dex2Oat> dex2oat = MakeUnique<Dex2Oat>(&timings); local
    [all...]

Completed in 55 milliseconds