Searched refs:buildOutputProfile (Results 1 – 6 of 6) sorted by relevance
/art/libartservice/service/java/com/android/server/art/ |
D | AidlUtils.java | 173 private static OutputProfile buildOutputProfile( in buildOutputProfile() method in AidlUtils 187 return buildOutputProfile(WritableProfilePath.forPrimary(buildPrimaryRefProfilePath( in buildOutputProfileForPrimary() 195 return buildOutputProfile(WritableProfilePath.forSecondary( in buildOutputProfileForSecondary()
|
D | PrimaryDexopter.java | 169 protected OutputProfile buildOutputProfile( in buildOutputProfile() method in PrimaryDexopter 171 return PrimaryDexUtils.buildOutputProfile(mPkgState, dexInfo, Process.SYSTEM_UID, in buildOutputProfile()
|
D | Dexopter.java | 443 enableEmbeddedProfile, buildOutputProfile(dexInfo, true /* isPublic */)); in getOrInitReferenceProfile() 451 buildOutputProfile(dexInfo, true /* isPublic */)); in initReferenceProfile() 623 OutputProfile output = buildOutputProfile(dexInfo, false /* isPublic */); in mergeProfiles() 697 protected abstract OutputProfile buildOutputProfile( in buildOutputProfile() method in Dexopter
|
D | SecondaryDexopter.java | 133 protected OutputProfile buildOutputProfile( in buildOutputProfile() method in SecondaryDexopter
|
D | PrimaryDexUtils.java | 323 public static OutputProfile buildOutputProfile(@NonNull PackageState pkgState, in buildOutputProfile() method in PrimaryDexUtils
|
D | ArtManagerLocal.java | 771 PrimaryDexUtils.buildOutputProfile(pkgState, dexInfo, Process.SYSTEM_UID, in snapshotOrDumpAppProfile() 789 PrimaryDexUtils.buildOutputProfile(pkgState, dexInfo, Process.SYSTEM_UID, in snapshotOrDumpAppProfile()
|