Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2582 static int CompileImage(Dex2Oat& dex2oat) { in CompileImage()
2627 static int CompileApp(Dex2Oat& dex2oat) { in CompileApp()
2663 static int dex2oat(int argc, char** argv) { in dex2oat() function
2672 std::unique_ptr<Dex2Oat> dex2oat = MakeUnique<Dex2Oat>(&timings); in dex2oat() local
/art/runtime/gc/space/
Dimage_space.cc98 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage() local