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.java83 @NonNull AndroidPackage pkg, @Nullable String splitName) { in getDexInfoBySplitName()
354 public static String getProfileName(@Nullable String splitName) { in getProfileName()
384 public @Nullable String splitName() { in splitName() method in PrimaryDexUtils.PrimaryDexInfo
DArtManagerLocal.java773 @Nullable String splitName) throws SnapshotProfileException { in snapshotAppProfile()
788 @Nullable String splitName, boolean dumpClassesAndMethods) in dumpAppProfile()
800 @Nullable String splitName, @NonNull MergeProfileOptions options) in snapshotOrDumpAppProfile()
DArtShellCommand.java486 String splitName = null; in handleSnapshotProfile() local
548 @Nullable String splitName) throws SnapshotProfileException { in handleSnapshotAppProfile()