HomeSort by relevance Sort by last modified time
    Searched refs:odex_location (Results 1 - 5 of 5) sorted by null

  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 210 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
213 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
222 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; local
225 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
236 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; local
244 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
270 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; local
274 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
278 Copy(odex_location, oat_location);
286 std::string odex_location = GetOdexDir() + "/DexPicOdexNoOat.odex" local
298 std::string odex_location = GetOdexDir() + "\/DexVerifyAtRuntimeOdexNoOat.odex"; local
    [all...]
  /art/runtime/
dexopt_test.h 55 const std::string& odex_location,
59 const std::string& odex_location,
oat_file_assistant_test.cc 162 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; local
164 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install");
192 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; local
195 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
260 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; local
265 odex_location.c_str(),
271 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY));
301 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; local
306 odex_location.c_str(),
337 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex" local
391 std::string odex_location = GetOdexDir() + "\/VdexUpToDateNoOdex.oat"; local
420 std::string odex_location = GetOdexDir() + "\/EmptyVdexOdex.oat"; local
560 std::string odex_location = GetOdexDir() + "\/StrippedMultiDexNonMainOutOfDate.odex"; local
592 std::string odex_location = GetOdexDir() + "\/RelativeEncodedDexLocation.odex"; local
654 std::string odex_location = GetOdexDir() + "\/VdexDexOutOfDate.oat"; local
671 std::string odex_location = GetOdexDir() + "\/VdexMultiDexNonMainOutOfDate.odex"; local
757 std::string odex_location = GetOdexDir() + "\/DexOdexNoOat.odex"; local
784 std::string odex_location = GetOdexDir() + "\/StrippedDexOdexNoOat.odex"; local
816 std::string odex_location = GetOdexDir() + "\/StrippedDexOdexOat.odex"; local
896 std::string odex_location = GetOdexDir() + "\/OdexOatOverlap.odex"; local
935 std::string odex_location = GetOdexDir() + "\/DexVerifyAtRuntimeOdexNoOat.odex"; local
1238 std::string odex_location = GetOdexDir() + "\/LoadDexOdexNoOat.odex"; local
1260 std::string odex_location = GetOdexDir() + "\/LoadMultiDexOdexNoOat.odex"; local
1519 std::string odex_location = GetScratchDir() + "\/OatUpToDate.odex"; local
    [all...]
dexopt_test.cc 153 const std::string& odex_location,
156 odex_location,
164 const std::string& odex_location,
168 odex_location,
  /art/dex2oat/
dex2oat_test.cc 67 const std::string& odex_location,
79 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str()));
80 CHECK(oat_file != nullptr) << odex_location;
82 args.push_back("--oat-location=" + odex_location);
84 args.push_back("--oat-file=" + odex_location);
101 const std::string& odex_location,
107 odex_location,
120 const std::string& odex_location,
128 odex_location,
139 odex_location.c_str()
285 std::string odex_location = GetOdexDir() + "\/Dex2OatSwapTest.odex"; local
517 std::string odex_location = GetOdexDir() + "\/DexOdexNoOat.odex"; local
739 std::string odex_location = GetOdexDir() + "\/DexOdexNoOat.odex"; local
776 std::string odex_location = GetOdexDir() + "\/DexOdexNoOat.odex"; local
901 std::string odex_location = GetOdexDir() + "\/UnquickenMultiDex.odex"; local
937 std::string odex_location = GetOdexDir() + "\/UnquickenMultiDex.odex"; local
1027 std::string odex_location = GetOdexDir() + "\/Dex2OatSwapTest.odex"; local
1072 std::string odex_location = GetOdexDir() + "\/Dex2OatSwapTest.odex"; local
1102 std::string odex_location = GetUsedOatLocation(); local
1774 const std::string odex_location = GetOdexDir() + "\/output.odex"; local
1784 std::string odex_location = GetOdexDir() + "\/Dex2OatStderrLoggerTest.odex"; local
1801 std::string odex_location = GetOdexDir() + "\/Dex2OatCompilationReason.odex"; local
1827 std::string odex_location = GetOdexDir() + "\/Dex2OatNoCompilationReason.odex"; local
1856 const std::string odex_location = out_dir + "\/base.oat"; local
1974 std::string odex_location = GetOdexDir() + "\/quickened.odex"; local
2049 const std::string odex_location = GetOdexDir() + "\/output.odex"; local
2110 const std::string odex_location = out_dir + "\/base.odex"; local
2143 const std::string odex_location = out_dir + "\/base.odex"; local
    [all...]

Completed in 129 milliseconds