Home
last modified time | relevance | path

Searched refs:artifacts (Results 1 – 25 of 195) sorted by relevance

12345678

/art/odrefresh/
Dodr_artifacts_test.cc39 const auto artifacts = OdrArtifacts::ForBootImage(image_filename); in TEST() local
41 artifacts.ImagePath()); in TEST()
43 artifacts.OatPath()); in TEST()
45 artifacts.VdexPath()); in TEST()
57 const auto artifacts = OdrArtifacts::ForSystemServer(image_filename); in TEST() local
60 artifacts.ImagePath()); in TEST()
63 artifacts.OatPath()); in TEST()
66 artifacts.VdexPath()); in TEST()
DREADME.md3 This tool is part of the ART APEX and is used to refresh compilation artifacts following an
6 * checking the freshness of compilation artifacts for boot class path extensions and system_server.
7 * regenerating the compilation artifacts for boot class path extensions and system_server.
DTODO.md5 1. denylist for AOT artifacts.
16 - Successful compilation of all artifacts.
Dodrefresh.cc370 bool ArtifactsExist(const OdrArtifacts& artifacts, in ArtifactsExist() argument
374 std::vector<const char*> paths{artifacts.OatPath().c_str(), artifacts.VdexPath().c_str()}; in ArtifactsExist()
376 paths.push_back(artifacts.ImagePath().c_str()); in ArtifactsExist()
1043 OdrArtifacts artifacts = OdrArtifacts::ForBootImage(path); in PrimaryBootImageExist() local
1044 if (!ArtifactsExist(artifacts, /*check_art_file=*/true, error_msg, checked_artifacts)) { in PrimaryBootImageExist()
1066 OdrArtifacts artifacts = OdrArtifacts::ForBootImage(path); in BootImageMainlineExtensionExist() local
1067 return ArtifactsExist(artifacts, /*check_art_file=*/true, error_msg, checked_artifacts); in BootImageMainlineExtensionExist()
1077 const OdrArtifacts artifacts = OdrArtifacts::ForSystemServer(image_location); in SystemServerArtifactsExist() local
1081 if (!ArtifactsExist(artifacts, check_art_file, &error_msg_tmp, checked_artifacts)) { in SystemServerArtifactsExist()
1707 const OdrArtifacts& artifacts, in RunDex2oat() argument
[all …]
/art/libartservice/service/java/com/android/server/art/
DArtFileManager.java104 List<ArtifactsPath> artifacts = new ArrayList<>(); in getWritableArtifacts() local
111 artifacts.add(AidlUtils.buildArtifactsPathAsInput( in getWritableArtifacts()
123 artifacts.add(AidlUtils.buildArtifactsPathAsInput( in getWritableArtifacts()
129 return WritableArtifactLists.create(artifacts, runtimeArtifacts); in getWritableArtifacts()
136 List<ArtifactsPath> artifacts = new ArrayList<>(); in getUsableArtifacts() local
160 artifacts.add(thisArtifacts); in getUsableArtifacts()
179 return UsableArtifactLists.create(artifacts, vdexFiles, runtimeArtifacts); in getUsableArtifacts()
230 public static @NonNull WritableArtifactLists create(@NonNull List<ArtifactsPath> artifacts, in create() argument
233 Collections.unmodifiableList(artifacts), in create()
237 public abstract @NonNull List<ArtifactsPath> artifacts(); in artifacts() method in ArtFileManager.WritableArtifactLists
[all …]
DArtManagerLocal.java223 for (ArtifactsPath artifacts : list.artifacts()) { in deleteDexoptArtifacts()
224 freedBytes += mInjector.getArtd().deleteArtifacts(artifacts); in deleteDexoptArtifacts()
1006 for (ArtifactsPath artifacts : artifactLists.artifacts()) { in getArtManagedFileStats()
1007 artifactsSize += artd.getArtifactsSize(artifacts); in getArtManagedFileStats()
1105 artifactsToKeep.addAll(artifactLists.artifacts()); in cleanup()
1139 List<ArtifactsPath> artifacts = in commitPreRebootStagedFiles() local
1142 .artifacts(); in commitPreRebootStagedFiles()
1158 if (mInjector.getArtd().commitPreRebootStagedFiles(artifacts, profiles)) { in commitPreRebootStagedFiles()
/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java172 Set<String> artifacts = new HashSet<>(); in getExpectedBootImage() local
174 artifacts.add(String.format( in getExpectedBootImage()
177 return artifacts; in getExpectedBootImage()
181 Set<String> artifacts = new HashSet<>(); in getExpectedBootImage() local
183 artifacts.addAll(getExpectedBootImage(bootImageStem, isa)); in getExpectedBootImage()
185 return artifacts; in getExpectedBootImage()
209 Set<String> artifacts = new HashSet<>(); in getSystemServerExpectedArtifacts() local
211 artifacts.addAll(getApexDataDalvikCacheFilenames(jar, isa)); in getSystemServerExpectedArtifacts()
214 return artifacts; in getSystemServerExpectedArtifacts()
428 public void assertModifiedAfter(Set<String> artifacts, long timeMs) throws Exception { in assertModifiedAfter() argument
[all …]
/art/test/dexpreopt/
Ddexpreopt_test.cc111 std::vector<std::string> artifacts; in GetZygoteExpectedArtifacts() local
130 artifacts.push_back(oat_file); in GetZygoteExpectedArtifacts()
132 return artifacts; in GetZygoteExpectedArtifacts()
145 std::vector<std::string> artifacts; in GetSystemServerExpectedArtifacts() local
163 artifacts.push_back(odex_file); in GetSystemServerExpectedArtifacts()
165 return artifacts; in GetSystemServerExpectedArtifacts()
/art/libartservice/service/
DREADME.md5 ART Service manages dexopt artifacts of apps. With ART Service, you can dexopt
7 whether the dexopt artifacts are up-to-date, etc.), and delete dexopt artifacts.
10 artifacts were managed by Package Manager with a legacy implementation. The
131 - apps on the **system partitions** that have artifacts generated by
/art/test/530-checker-loops4/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/603-checker-instanceof/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/583-checker-zero/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/537-checker-arraycopy/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/447-checker-inliner3/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/580-checker-fp16/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/581-checker-rtp/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/508-checker-disassembly/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/449-checker-bce/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/618-checker-induction/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/564-checker-negbitwise/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/551-checker-clinit/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/640-checker-simd/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/445-checker-licm/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/853-checker-inlining/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions
/art/test/669-checker-break/
DAndroid.bp24 // Include the Java source files in the test's artifacts, to make Checker assertions

12345678