Home
last modified time | relevance | path

Searched refs:Dex2Oat (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Ddexopt_test.h66 bool Dex2Oat(const std::vector<std::string>& args, std::string* error_msg);
Ddexopt_test.cc50 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() function in art::DexoptTest
131 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in GenerateOatForTest()
Doat_file_assistant_test.cc155 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
187 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
214 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1233 ASSERT_TRUE(test_.Dex2Oat(args, &error_msg)) << error_msg; in Run()
1406 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1427 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1467 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1531 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
/art/dex2oat/
Ddex2oat_options.def24 // Dex2oatOptions opt; bool* dex2oat_enabled = opt.Get(Dex2oatOptions::Dex2Oat);
Ddex2oat.cc777 class Dex2Oat final { class
779 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat
819 ~Dex2Oat() { in ~Dex2Oat()
3096 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
3133 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()
Ddex2oat_test.cc103 int status = Dex2Oat(args, error_msg);
210 int Dex2Oat(const std::vector<std::string>& dex2oat_args, std::string* error_msg) { in Dex2Oat() function in art::Dex2oatTest
/art/compiler/driver/
Dcompiler_options.h465 friend class Dex2Oat; variable
/art/runtime/gc/space/
Dimage_space_test.cc240 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()