Lines Matching refs:odex_location
71 const std::string& odex_location, in GenerateOdexForTestWithStatus() argument
83 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str()));
84 CHECK(oat_file != nullptr) << odex_location;
86 args.push_back("--oat-location=" + odex_location);
88 args.push_back("--oat-file=" + odex_location);
109 const std::string& odex_location, in GenerateOdexForTest() argument
116 odex_location,
130 const std::string& odex_location, in GenerateOdexForTest() argument
151 odex_location, in GenerateOdexForTest()
165 odex_location.c_str(), in GenerateOdexForTest()
166 odex_location.c_str(), in GenerateOdexForTest()
187 odex_location.c_str(), in GenerateOdexForTest()
188 odex_location.c_str(), in GenerateOdexForTest()
229 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
243 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, copy));
469 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
476 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, filter, new_args));
480 odex_location,
489 const std::string& odex_location, in CheckResult() argument
501 odex_location.c_str(), in CheckResult()
502 odex_location.c_str(), in CheckResult()
635 const std::string& odex_location, in CompileProfileOdex() argument
663 odex_location,
687 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest() local
694 odex_location, in RunTest()
702 CheckCompilerFilter(dex_location, odex_location, CompilerFilter::Filter::kVerify); in RunTest()
707 odex_location, in RunTest()
712 CheckResult(dex_location, odex_location, app_image_file); in RunTest()
713 CheckCompilerFilter(dex_location, odex_location, CompilerFilter::Filter::kSpeedProfile); in RunTest()
724 const std::string& odex_location, in CheckCompilerFilter() argument
728 odex_location.c_str(), in CheckCompilerFilter()
729 odex_location.c_str(), in CheckCompilerFilter()
739 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTestVDex() local
751 odex_location, in RunTestVDex()
763 odex_location, in RunTestVDex()
776 const std::string& odex_location, in CheckResult() argument
781 odex_location.c_str(), in CheckResult()
782 odex_location.c_str(), in CheckResult()
861 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
871 odex_location,
908 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
914 odex_location,
933 std::string odex_location = GetUsedOatLocation(); in RunTest() local
953 odex_location, in RunTest()
1638 const std::string odex_location = GetOdexDir() + "/output.odex"; in TEST_F() local
1640 odex_location, in TEST_F()
1648 std::string odex_location = GetOdexDir() + "/Dex2OatStderrLoggerTest.odex"; in TEST_F() local
1654 odex_location, in TEST_F()
1665 std::string odex_location = GetOdexDir() + "/Dex2OatCompilationReason.odex"; in TEST_F() local
1671 odex_location, in TEST_F()
1677 odex_location.c_str(), in TEST_F()
1678 odex_location.c_str(), in TEST_F()
1689 std::string odex_location = GetOdexDir() + "/Dex2OatNoCompilationReason.odex"; in TEST_F() local
1695 odex_location, in TEST_F()
1701 odex_location.c_str(), in TEST_F()
1702 odex_location.c_str(), in TEST_F()
1716 const std::string odex_location = out_dir + "/base.oat"; in TEST_F() local
1719 odex_location, in TEST_F()
1737 odex_location.c_str(), in TEST_F()
1738 odex_location.c_str(), in TEST_F()
1776 odex_location, in TEST_F()
1827 const std::string odex_location = GetOdexDir() + "/output.odex"; in TEST_F() local
1831 odex_location, in TEST_F()
1891 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
1893 odex_location, in TEST_F()
1903 odex_location.c_str(), in TEST_F()
1904 odex_location.c_str(), in TEST_F()
1981 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
1984 odex_location, in TEST_F()
1996 odex_location.c_str(), in TEST_F()
1997 odex_location.c_str(), in TEST_F()
2101 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
2104 odex_location, in TEST_F()
2116 odex_location.c_str(), in TEST_F()
2117 odex_location.c_str(), in TEST_F()
2172 const std::string odex_location = out_dir + "/base.odex"; in TEST_F() local
2192 odex_location, in TEST_F()
2204 odex_location, in TEST_F()
2220 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
2225 odex_location,