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

  /art/runtime/
oat_file_test.cc 140 std::string oat_location; local
143 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg;
145 oat_location.c_str(),
146 oat_location.c_str(),
164 std::string oat_location; local
167 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg;
172 oat_location.c_str(),
173 oat_location.c_str(),
188 oat_location,
189 oat_location,
    [all...]
dexopt_test.cc 72 const std::string& oat_location,
82 args.push_back("--oat-file=" + oat_location);
112 oat_location.c_str(),
113 oat_location.c_str(),
159 std::string oat_location; local
162 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg;
164 oat_location,
oat_file_assistant_test.cc 549 std::string oat_location; local
552 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg;
556 ASSERT_EQ(0, unlink(oat_location.c_str()));
1238 std::string oat_location = GetOdexDir() + "\/RaceToGenerate.oat"; local
1391 std::string oat_location = GetOdexDir() + "\/TestDex.odex"; local
1444 std::string oat_location = odex_dir + "\/" + filebase + ".odex"; local
    [all...]
  /art/dexlayout/
dexdiag_test.cc 67 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); local
68 EXPECT_TRUE(!oat_location.empty());
69 std::cout << "==" << oat_location << std::endl;
72 oat_location.c_str(),
73 oat_location.c_str(),
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 275 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; local
282 Copy(odex_location, oat_location);
  /art/runtime/gc/space/
image_space_test.cc 33 std::string oat_location = GetScratchDir() + "/Oat.oat"; local
44 args.push_back("--oat-file=" + oat_location);
48 oat_location.c_str(),
49 oat_location.c_str(),
image_space.cc 1798 std::string oat_location = local
    [all...]
  /art/oatdump/
oatdump.cc 1882 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); local
1883 os << "OAT LOCATION: " << oat_location; local
    [all...]

Completed in 191 milliseconds