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

/art/runtime/
H A Doat_file_assistant.cc784 if (!Dex2Oat(args, error_msg)) {
807 bool OatFileAssistant::Dex2Oat(const std::vector<std::string>& args, function in class:art::OatFileAssistant
812 *error_msg = "No image location found for Dex2Oat.";
/art/dex2oat/
H A Ddex2oat.cc607 class Dex2Oat FINAL {
609 explicit Dex2Oat(TimingLogger* timings) : function in class:art::FINAL
656 ~Dex2Oat() {
2974 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
3011 static dex2oat::ReturnCode CompileImage(Dex2Oat& dex2oat) {
3062 static dex2oat::ReturnCode CompileApp(Dex2Oat& dex2oat) {
3109 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings);
3180 // The Dex2Oat class should not destruct the runtime in this case.
H A Ddex2oat_test.cc92 int status = Dex2Oat(args, error_msg);
178 int Dex2Oat(const std::vector<std::string>& dex2oat_args, std::string* error_msg) { function in class:art::Dex2oatTest
184 *error_msg = "No image location found for Dex2Oat.";

Completed in 60 milliseconds