Lines Matching refs:dex_location
47 void GenerateOdexForTest(const std::string& dex_location,
53 args.push_back("--dex-file=" + dex_location);
74 dex_location.c_str(),
91 dex_location.c_str(),
196 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
199 Copy(GetDexSrc1(), dex_location);
211 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, copy);
299 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
302 Copy(GetDexSrc1(), dex_location);
306 GenerateOdexForTest(dex_location, odex_location, filter, copy);
310 CheckResult(dex_location, odex_location, filter, expect_large);
313 void CheckResult(const std::string& dex_location,
325 dex_location.c_str(),