Home
last modified time | relevance | path

Searched defs:Dex2Oat (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex2oat_environment_test.h180 int Dex2Oat(const std::vector<std::string>& dex2oat_args, in Dex2Oat() function
Ddexopt_test.cc53 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() function in art::DexoptTest
/art/compiler/driver/
Dcompiler_options.h492 friend class Dex2Oat; variable
/art/dex2oat/
Ddex2oat.cc505 class Dex2Oat final { class
507 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat