Home
last modified time | relevance | path

Searched defs:buildRefProfilePath (Results 1 – 4 of 4) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DPrimaryDexopter.java150 protected ProfilePath buildRefProfilePath(@NonNull DetailedPrimaryDexInfo dexInfo) { in buildRefProfilePath() method in PrimaryDexopter
DSecondaryDexopter.java118 protected ProfilePath buildRefProfilePath(@NonNull DetailedSecondaryDexInfo dexInfo) { in buildRefProfilePath() method in SecondaryDexopter
DPrimaryDexUtils.java304 public static ProfilePath buildRefProfilePath( in buildRefProfilePath() method
DDexopter.java584 @NonNull protected abstract ProfilePath buildRefProfilePath(@NonNull DexInfoType dexInfo); in buildRefProfilePath() method in Dexopter