Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc130 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local
144 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local
159 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F() local
187 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local
200 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local
211 std::string odex_location = GetOdexDir() + "/MultiDexSecondaryOutOfDate.odex"; in TEST_F() local
228 std::string odex_location = GetOdexDir() + "/OatDexOutOfDate.odex"; in TEST_F() local
243 std::string odex_location = GetOdexDir() + "/OatImageOutOfDate.odex"; in TEST_F() local
258 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
281 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
/art/runtime/
Doat_file_assistant_test.cc105 std::string odex_location; // ignored in VerifyOptimizationStatusWithInstance() local
275 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_P() local
310 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
340 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
440 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
481 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
528 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
620 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
670 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
719 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
[all …]
Ddexopt_test.cc178 const std::string& odex_location, in GenerateOdexForTest()
Doat_file_manager.cc213 std::string odex_location; in OpenDexFilesFromOat() local
/art/dex2oat/
Ddex2oat_test.cc70 const std::string& odex_location, in GenerateOdexForTestWithStatus()
108 const std::string& odex_location, in GenerateOdexForTest()
128 const std::string& odex_location, in GenerateOdexForTest()
222 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
462 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
481 const std::string& odex_location, in CheckResult()
631 const std::string& odex_location, in CompileProfileOdex()
660 const std::string& odex_location, in CompileProfileOdex()
691 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest() local
727 const std::string& odex_location, in CheckCompilerFilter()
[all …]
Ddex2oat_vdex_test.cc41 const std::string& odex_location, in RunDex2oat()