Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc50 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() function in art::DexoptTest
/art/compiler/driver/
Dcompiler_options.h496 friend class Dex2Oat; variable
/art/dex2oat/
Ddex2oat.cc789 class Dex2Oat final { class
791 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat
Ddex2oat_test.cc210 int Dex2Oat(const std::vector<std::string>& dex2oat_args, std::string* error_msg) { in Dex2Oat() function in art::Dex2oatTest