Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc3133 static dex2oat::ReturnCode CompileImage(Dex2Oat& dex2oat) { in CompileImage()
3179 static dex2oat::ReturnCode CompileApp(Dex2Oat& dex2oat) { in CompileApp()
3227 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings); in Dex2oat() local
/art/runtime/gc/space/
Dimage_space.cc136 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage() local
2192 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileExtension() local