Home
last modified time | relevance | path

Searched defs:odex_location (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc131 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local
146 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local
161 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F() local
189 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local
204 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local
215 std::string odex_location = GetOdexDir() + "/MultiDexSecondaryOutOfDate.odex"; in TEST_F() local
232 std::string odex_location = GetOdexDir() + "/OatDexOutOfDate.odex"; in TEST_F() local
248 std::string odex_location = GetOdexDir() + "/OatImageOutOfDate.odex"; in TEST_F() local
282 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
307 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
[all …]
/aosp12/art/runtime/
H A Doat_file_assistant_test.cc191 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
219 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
303 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
340 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
382 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
460 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
625 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F() local
935 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
1432 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1625 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
[all …]
H A Ddexopt_test.cc186 const std::string& odex_location, in GenerateOdexForTest()
H A Doat_file_manager.cc204 std::string odex_location; in OpenDexFilesFromOat() local
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc109 const std::string& odex_location, in GenerateOdexForTest()
130 const std::string& odex_location, in GenerateOdexForTest()
489 const std::string& odex_location, in CheckResult()
635 const std::string& odex_location, in CompileProfileOdex()
724 const std::string& odex_location, in CheckCompilerFilter()
776 const std::string& odex_location, in CheckResult()
933 std::string odex_location = GetUsedOatLocation(); in RunTest() local
1716 const std::string odex_location = out_dir + "/base.oat"; in TEST_F() local
1891 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
1981 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
[all …]
H A Ddex2oat_vdex_test.cc43 const std::string& odex_location, in RunDex2oat()