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

/art/dex2oat/include/
H A Ddex2oat_return_codes.h21 namespace dex2oat { namespace in namespace:art
29 } // namespace dex2oat
/art/dex2oat/
H A Ddex2oat.cc174 // It seems only "/system/bin/dex2oat" is left, or not even that. Use a pretty line.
175 return "Starting dex2oat.";
201 UsageError("Usage: dex2oat [options]...");
419 const char* reason = "dex2oat watch dog thread startup";
433 const char* reason = "dex2oat watch dog thread shutdown";
455 // watchdog (PackageManagerService.WATCHDOG_TIMEOUT, 10 minutes), so that dex2oat will abort
465 ::art::SetThreadName("dex2oat watch dog");
490 const char* reason = "dex2oat watch dog thread waiting";
495 Fatal(StringPrintf("dex2oat did not finish after %" PRId64 " seconds",
868 LOG(WARNING) << "Mismatch between dex2oat instructio
2816 CompileImage(Dex2Oat& dex2oat) argument
2865 CompileApp(Dex2Oat& dex2oat) argument
2910 std::unique_ptr<Dex2Oat> dex2oat = MakeUnique<Dex2Oat>(&timings); local
[all...]

Completed in 216 milliseconds