Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc116 namespace dex2oat { namespace
2438 explicit ScopedDex2oatReporting(const Dex2Oat& dex2oat) : in ScopedDex2oatReporting()
3057 static dex2oat::ReturnCode DoCompilation(Dex2Oat& dex2oat) REQUIRES(!Locks::mutator_lock_) { in DoCompilation()
3114 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings); in Dex2oat() local
/art/runtime/gc/space/
Dimage_space.cc1967 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileBootclasspathElements() local