Home
last modified time | relevance | path

Searched defs:dexInfo (Results 1 – 9 of 9) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DSecondaryDexopter.java77 protected boolean isDexoptable(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexoptable()
82 protected boolean needsToBeShared(@NonNull CheckedSecondaryDexInfo dexInfo) { in needsToBeShared()
87 protected boolean isDexFilePublic(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexFilePublic()
92 protected boolean isDexFileFound(@NonNull CheckedSecondaryDexInfo dexInfo) { in isDexFileFound()
99 protected List<ProfilePath> getExternalProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getExternalProfiles()
106 protected PermissionSettings getPermissionSettings( in getPermissionSettings()
123 protected List<Abi> getAllAbis(@NonNull CheckedSecondaryDexInfo dexInfo) { in getAllAbis()
129 protected ProfilePath buildRefProfilePathAsInput(@NonNull CheckedSecondaryDexInfo dexInfo) { in buildRefProfilePathAsInput()
135 protected OutputProfile buildOutputProfile( in buildOutputProfile()
144 protected List<ProfilePath> getCurProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getCurProfiles()
[all …]
DPrimaryDexopter.java91 protected boolean isDexoptable(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexoptable()
102 protected boolean needsToBeShared(@NonNull DetailedPrimaryDexInfo dexInfo) { in needsToBeShared()
109 protected boolean isDexFilePublic(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexFilePublic()
116 protected boolean isDexFileFound(@NonNull DetailedPrimaryDexInfo dexInfo) { in isDexFileFound()
128 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getExternalProfiles()
134 protected PermissionSettings getPermissionSettings( in getPermissionSettings()
152 protected List<Abi> getAllAbis(@NonNull DetailedPrimaryDexInfo dexInfo) { in getAllAbis()
158 protected ProfilePath buildRefProfilePathAsInput(@NonNull DetailedPrimaryDexInfo dexInfo) { in buildRefProfilePathAsInput()
164 protected OutputProfile buildOutputProfile( in buildOutputProfile()
172 protected List<ProfilePath> getCurProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getCurProfiles()
[all …]
DDexopter.java125 mParams.getReason(), dmInfo.type(), dexInfo, in dexopt() local
339 mParams.getReason(), dmInfo.type(), dexInfo, in dexopt() local
382 @NonNull String targetCompilerFilter, @NonNull DexInfoType dexInfo) { in adjustCompilerFilter()
473 private InitProfileResult getOrInitReferenceProfile( in getOrInitReferenceProfile()
481 private InitProfileResult initReferenceProfile( in initReferenceProfile()
489 private DexoptOptions getDexoptOptions( in getDexoptOptions()
658 private ProfilePath mergeProfiles(@NonNull DexInfoType dexInfo, in mergeProfiles()
678 private void cleanupCurProfiles(@NonNull DexInfoType dexInfo) throws RemoteException { in cleanupCurProfiles()
693 protected abstract boolean isDexoptable(@NonNull DexInfoType dexInfo); in isDexoptable()
699 protected abstract boolean needsToBeShared(@NonNull DexInfoType dexInfo); in needsToBeShared()
[all …]
DPrimaryDexUtils.java84 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()
DDex2OatStatsReporter.java41 @NonNull DetailedDexInfo dexInfo, @NonNull String isa, @NonNull Dex2OatResult result, in report()
52 @DexMetadata.Type int dexMetadataType, @NonNull DetailedDexInfo dexInfo, in reportSkipped()
DArtFileManager.java150 DetailedDexInfo dexInfo = pair.first; in getUsableArtifacts() local
221 dexInfo)); in getProfiles() local
DArtManagerLocal.java289 DetailedDexInfo dexInfo = pair.first; in getDexoptStatus() local
805 PrimaryDexInfo dexInfo = PrimaryDexUtils.getDexInfoBySplitName(pkg, splitName); in snapshotOrDumpAppProfile() local
831 PrimaryDexUtils.getCurProfiles(mInjector.getUserManager(), pkgState, dexInfo)); in snapshotOrDumpAppProfile() local
DArtShellCommand.java1181 PrimaryDexInfo dexInfo = in getSplitName() local
1202 PrimaryDexInfo dexInfo = in getSplitNameByFullPath() local
/art/libartservice/service/javatests/com/android/server/art/
DArtManagerLocalTest.java1751 var dexInfo = mock(CheckedSecondaryDexInfo.class); in createSecondaryDexInfo() local