Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1935 static int CompileImage(Dex2Oat& dex2oat) { in CompileImage()
1975 static int CompileApp(Dex2Oat& dex2oat) { in CompileApp()
2015 static int dex2oat(int argc, char** argv) { in dex2oat() function
2020 Dex2Oat dex2oat(&timings); in dex2oat() local
/art/runtime/gc/space/
Dimage_space.cc192 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage() local