Home
last modified time | relevance | path

Searched refs:RunDex2oat (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/
Ddex2oat_vdex_test.cc40 bool RunDex2oat(const std::string& dex_location, in RunDex2oat() function in art::Dex2oatVdexTest
150 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), GetOdex(dex_file), &api_dex_location)); in TEST_F()
178 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), GetOdex(dex_file), nullptr, false, extra_args)); in TEST_F()
203 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), in TEST_F()
216 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), in TEST_F()
239 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), in TEST_F()
254 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), in TEST_F()
268 ASSERT_FALSE(RunDex2oat(dex_file2->GetLocation(), in TEST_F()
/art/odrefresh/
Dodrefresh.h329 RunDex2oat(const std::string& staging_dir,
Dodrefresh.cc1700 WARN_UNUSED CompilationResult OnDeviceRefresh::RunDex2oat( in RunDex2oat() function in art::odrefresh::OnDeviceRefresh
1911 return RunDex2oat( in RunDex2oatForBootClasspath()
2076 return RunDex2oat(staging_dir, in RunDex2oatForSystemServer()