Lines Matching refs:odex_location
131 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local
133 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
146 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local
148 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F()
161 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F() local
164 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
189 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local
191 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
204 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local
207 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
215 std::string odex_location = GetOdexDir() + "/MultiDexSecondaryOutOfDate.odex"; in TEST_F() local
219 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
232 std::string odex_location = GetOdexDir() + "/OatDexOutOfDate.odex"; in TEST_F() local
237 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
248 std::string odex_location = GetOdexDir() + "/OatImageOutOfDate.odex"; in TEST_F() local
252 odex_location.c_str(), in TEST_F()
267 std::string odex_location = GetOdexDir() + "/OatVerifyAtRuntimeImageOutOfDate.odex"; in TEST_F() local
271 odex_location.c_str(), in TEST_F()
282 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
285 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
307 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
311 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
315 Copy(odex_location, oat_location); in TEST_F()
323 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local
326 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()