Searched refs:Dex2Oat (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | dexopt_test.h | 66 bool Dex2Oat(const std::vector<std::string>& args, std::string* error_msg);
|
D | dexopt_test.cc | 50 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()
|
D | oat_file_assistant_test.cc | 155 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() 1130 ASSERT_TRUE(test_.Dex2Oat(args, &error_msg)) << error_msg; in Run() 1303 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F() 1324 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F() 1366 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F() 1432 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_options.def | 24 // Dex2oatOptions opt; bool* dex2oat_enabled = opt.Get(Dex2oatOptions::Dex2Oat);
|
D | dex2oat.cc | 789 class Dex2Oat final { class 791 explicit Dex2Oat(TimingLogger* timings) : in Dex2Oat() function in art::Dex2Oat 834 ~Dex2Oat() { in ~Dex2Oat() 3107 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat); 3144 static dex2oat::ReturnCode CompileImage(Dex2Oat& dex2oat) { in CompileImage() 3190 static dex2oat::ReturnCode CompileApp(Dex2Oat& dex2oat) { in CompileApp() 3238 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings); in Dex2oat()
|
D | dex2oat_test.cc | 103 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/ |
D | compiler_options.h | 496 friend class Dex2Oat; variable
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 244 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
|