Searched defs:dexInfo (Results 1 – 8 of 8) sorted by relevance
/art/libartservice/service/java/com/android/server/art/ |
D | SecondaryDexopter.java | 75 protected boolean isDexoptable(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexoptable() 80 protected boolean needsToBeShared(@NonNull CheckedSecondaryDexInfo dexInfo) { in needsToBeShared() 85 protected boolean isDexFilePublic(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexFilePublic() 90 protected boolean isDexFileFound(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexFileFound() 97 protected List<ProfilePath> getExternalProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getExternalProfiles() 104 protected PermissionSettings getPermissionSettings( in getPermissionSettings() 121 protected List<Abi> getAllAbis(@NonNull CheckedSecondaryDexInfo dexInfo) { in getAllAbis() 127 protected ProfilePath buildRefProfilePathAsInput(@NonNull CheckedSecondaryDexInfo dexInfo) { in buildRefProfilePathAsInput() 133 protected OutputProfile buildOutputProfile( in buildOutputProfile() 142 protected List<ProfilePath> getCurProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getCurProfiles() [all …]
|
D | PrimaryDexopter.java | 96 protected boolean isDexoptable(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexoptable() 107 protected boolean needsToBeShared(@NonNull DetailedPrimaryDexInfo dexInfo) { in needsToBeShared() 114 protected boolean isDexFilePublic(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexFilePublic() 121 protected boolean isDexFileFound(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexFileFound() 133 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getExternalProfiles() 139 protected PermissionSettings getPermissionSettings( in getPermissionSettings() 157 protected List<Abi> getAllAbis(@NonNull DetailedPrimaryDexInfo dexInfo) { in getAllAbis() 163 protected ProfilePath buildRefProfilePathAsInput(@NonNull DetailedPrimaryDexInfo dexInfo) { in buildRefProfilePathAsInput() 169 protected OutputProfile buildOutputProfile( in buildOutputProfile() 177 protected List<ProfilePath> getCurProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getCurProfiles() [all …]
|
D | Dexopter.java | 348 @NonNull String targetCompilerFilter, @NonNull DexInfoType dexInfo) { in adjustCompilerFilter() 439 private InitProfileResult getOrInitReferenceProfile( in getOrInitReferenceProfile() 447 private InitProfileResult initReferenceProfile( in initReferenceProfile() 455 private DexoptOptions getDexoptOptions( in getDexoptOptions() 621 private ProfilePath mergeProfiles(@NonNull DexInfoType dexInfo, in mergeProfiles() 641 private void cleanupCurProfiles(@NonNull DexInfoType dexInfo) throws RemoteException { in cleanupCurProfiles() 656 protected abstract boolean isDexoptable(@NonNull DexInfoType dexInfo); in isDexoptable() 662 protected abstract boolean needsToBeShared(@NonNull DexInfoType dexInfo); in needsToBeShared() 668 protected abstract boolean isDexFilePublic(@NonNull DexInfoType dexInfo); in isDexFilePublic() 673 protected abstract boolean isDexFileFound(@NonNull DexInfoType dexInfo); in isDexFileFound() [all …]
|
D | PrimaryDexUtils.java | 84 PrimaryDexInfo dexInfo = in getDexInfoBySplitName() local 237 private static String getParentContextRecursive(@NonNull PrimaryDexInfoBuilder dexInfo) { in getParentContextRecursive() 316 @NonNull PackageState pkgState, @NonNull PrimaryDexInfo dexInfo) { in buildRefProfilePathAsInput() 324 @NonNull PrimaryDexInfo dexInfo, int uid, int gid, boolean isPublic, in buildOutputProfile() 333 @NonNull PackageState pkgState, @NonNull PrimaryDexInfo dexInfo) { in getCurProfiles() 340 @NonNull PackageState pkgState, @NonNull PrimaryDexInfo dexInfo) { in getCurProfiles() 359 public static List<ProfilePath> getExternalProfiles(@NonNull PrimaryDexInfo dexInfo) { in getExternalProfiles()
|
D | ArtFileManager.java | 146 DetailedDexInfo dexInfo = pair.first; in getUsableArtifacts() local 196 dexInfo)); in getProfiles() local
|
D | ArtManagerLocal.java | 280 DetailedDexInfo dexInfo = pair.first; in getDexoptStatus() local 759 PrimaryDexInfo dexInfo = PrimaryDexUtils.getDexInfoBySplitName(pkg, splitName); in snapshotOrDumpAppProfile() local 785 PrimaryDexUtils.getCurProfiles(mInjector.getUserManager(), pkgState, dexInfo)); in snapshotOrDumpAppProfile() local
|
D | ArtShellCommand.java | 1067 PrimaryDexInfo dexInfo = in getSplitName() local 1088 PrimaryDexInfo dexInfo = in getSplitNameByFullPath() local
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | ArtManagerLocalTest.java | 1511 var dexInfo = mock(CheckedSecondaryDexInfo.class); in createSecondaryDexInfo() local
|