Searched defs:Dex2Oat (Results 1 – 4 of 4) sorted by relevance
50 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() function in art::DexoptTest
465 friend class Dex2Oat; variable
777 class Dex2Oat final { class779 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat
210 int Dex2Oat(const std::vector<std::string>& dex2oat_args, std::string* error_msg) { in Dex2Oat() function in art::Dex2oatTest