Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.h66 bool Dex2Oat(const std::vector<std::string>& args, std::string* error_msg);
Doat_file_assistant_test.cc173 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
208 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
241 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1270 ASSERT_TRUE(test_.Dex2Oat(args, &error_msg)) << error_msg; in Run()
1449 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1474 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1487 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1527 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1596 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1669 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
[all …]
Ddexopt_test.cc53 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() function in art::DexoptTest
152 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in GenerateOatForTest()
Ddex2oat_environment_test.h180 int Dex2Oat(const std::vector<std::string>& dex2oat_args, in Dex2Oat() function
/art/compiler/driver/
Dcompiler_options.h492 friend class Dex2Oat; variable
/art/dex2oat/
Ddex2oat_options.def24 // Dex2oatOptions opt; bool* dex2oat_enabled = opt.Get(Dex2oatOptions::Dex2Oat);
Ddex2oat.cc505 class Dex2Oat final { class
507 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat
551 ~Dex2Oat() { in ~Dex2Oat()
2423 explicit ScopedDex2oatReporting(const Dex2Oat& dex2oat) { in ScopedDex2oatReporting()
3005 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
3042 static dex2oat::ReturnCode DoCompilation(Dex2Oat& dex2oat) { in DoCompilation()
3098 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings); in Dex2oat()
3146 Dex2Oat::ScopedDex2oatReporting sdr(*dex2oat.get()); in Dex2oat()
Ddex2oat_vdex_test.cc67 return Dex2Oat(args, &output_, &error_msg_) == 0;
Ddex2oat_test.cc100 int status = Dex2Oat(args, &output_, error_msg);
/art/runtime/gc/space/
Dimage_space_test.cc240 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()