Home
last modified time | relevance | path

Searched defs:splitName (Results 1 – 3 of 3) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DPrimaryDexUtils.java81 @NonNull AndroidPackage pkg, @Nullable String splitName) { in getDexInfoBySplitName()
334 public static String getProfileName(@Nullable String splitName) { in getProfileName()
364 public @Nullable String splitName() { in splitName() method in PrimaryDexInfo
DArtManagerLocal.java705 @Nullable String splitName) throws SnapshotProfileException { in snapshotAppProfile()
720 @Nullable String splitName, boolean dumpClassesAndMethods) in dumpAppProfile()
732 @Nullable String splitName, @NonNull MergeProfileOptions options) in snapshotOrDumpAppProfile()
DArtShellCommand.java453 String splitName = null; in handleSnapshotProfile() local
515 @Nullable String splitName) throws SnapshotProfileException { in handleSnapshotAppProfile()