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

/art/dex2oat/
H A Ddex2oat_test.cc62 bool success = Dex2Oat(args, &error_msg);
103 bool Dex2Oat(const std::vector<std::string>& dex2oat_args, std::string* error_msg) { function in class:art::Dex2oatTest
109 *error_msg = "No image location found for Dex2Oat.";
H A Ddex2oat.cc494 class Dex2Oat FINAL {
496 explicit Dex2Oat(TimingLogger* timings) : function in class:art::FINAL
543 ~Dex2Oat() {
2519 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
2542 static int CompileImage(Dex2Oat& dex2oat) {
2587 static int CompileApp(Dex2Oat& dex2oat) {
2632 std::unique_ptr<Dex2Oat> dex2oat = MakeUnique<Dex2Oat>(&timings);
2683 // time (bug 10645725) unless we're a debug build or running on valgrind. Note: The Dex2Oat class
/art/runtime/
H A Doat_file_assistant.cc719 if (!Dex2Oat(args, error_msg)) {
738 bool OatFileAssistant::Dex2Oat(const std::vector<std::string>& args, function in class:art::OatFileAssistant
743 *error_msg = "No image location found for Dex2Oat.";

Completed in 83 milliseconds