HomeSort by relevance Sort by last modified time
    Searched defs:oat_location (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/space/
image_space_test.cc 29 std::string oat_location = GetScratchDir() + "/Oat.oat"; local
40 args.push_back("--oat-file=" + oat_location);
43 std::unique_ptr<OatFile> oat(OatFile::Open(oat_location.c_str(),
44 oat_location.c_str(),
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 260 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; local
267 Copy(odex_location, oat_location);
  /art/runtime/
dexopt_test.cc 55 std::string oat_location = oat_location_in; local
61 size_t pos = oat_location.find(dalvik_cache);
63 oat_location = oat_location.replace(pos, dalvik_cache.length(), dalvik_cache_tmp);
69 args.push_back("--oat-file=" + oat_location);
98 oat_location = oat_location_in;
102 std::unique_ptr<OatFile> odex_file(OatFile::Open(oat_location.c_str(),
103 oat_location.c_str(),
172 std::string oat_location; local
175 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg
    [all...]
oat_file_assistant_test.cc 321 std::string oat_location; local
324 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg;
328 ASSERT_EQ(0, unlink(oat_location.c_str()));
1090 std::string oat_location = GetOdexDir() + "\/RaceToGenerate.oat"; local
    [all...]
runtime.cc 899 std::string oat_location = local
903 if (android::base::EndsWith(oat_location, ".jar")) {
904 oat_location.replace(oat_location.length() - 3, 3, "oat");
    [all...]
  /art/oatdump/
oatdump.cc 1817 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); local
1818 os << "OAT LOCATION: " << oat_location; local
    [all...]

Completed in 104 milliseconds