Home
last modified time | relevance | path

Searched refs:buildOutputProfile (Results 1 – 6 of 6) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java173 private static OutputProfile buildOutputProfile( in buildOutputProfile() method in AidlUtils
187 return buildOutputProfile(WritableProfilePath.forPrimary(buildPrimaryRefProfilePath( in buildOutputProfileForPrimary()
195 return buildOutputProfile(WritableProfilePath.forSecondary( in buildOutputProfileForSecondary()
DPrimaryDexopter.java169 protected OutputProfile buildOutputProfile( in buildOutputProfile() method in PrimaryDexopter
171 return PrimaryDexUtils.buildOutputProfile(mPkgState, dexInfo, Process.SYSTEM_UID, in buildOutputProfile()
DDexopter.java443 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
DSecondaryDexopter.java133 protected OutputProfile buildOutputProfile( in buildOutputProfile() method in SecondaryDexopter
DPrimaryDexUtils.java323 public static OutputProfile buildOutputProfile(@NonNull PackageState pkgState, in buildOutputProfile() method in PrimaryDexUtils
DArtManagerLocal.java771 PrimaryDexUtils.buildOutputProfile(pkgState, dexInfo, Process.SYSTEM_UID, in snapshotOrDumpAppProfile()
789 PrimaryDexUtils.buildOutputProfile(pkgState, dexInfo, Process.SYSTEM_UID, in snapshotOrDumpAppProfile()