Searched defs:dex2oat (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc152 // 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 wil
2532 CompileImage(Dex2Oat& dex2oat) argument
2577 CompileApp(Dex2Oat& dex2oat) argument
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 116 milliseconds