Searched refs:enableEmbeddedProfile (Results 1 – 2 of 2) sorted by relevance
/art/libartservice/service/java/com/android/server/art/ |
D | Utils.java | 389 @NonNull List<ProfilePath> externalProfiles, boolean enableEmbeddedProfile, in getOrInitReferenceProfile() argument 405 artd, dexPath, externalProfiles, enableEmbeddedProfile, initOutput); in getOrInitReferenceProfile() 418 boolean enableEmbeddedProfile, @NonNull OutputProfile output) throws RemoteException { in initReferenceProfile() argument 431 if (enableEmbeddedProfile) { in initReferenceProfile()
|
D | Dexopter.java | 440 @NonNull DexInfoType dexInfo, boolean enableEmbeddedProfile) throws RemoteException { in getOrInitReferenceProfile() argument 443 enableEmbeddedProfile, buildOutputProfile(dexInfo, true /* isPublic */)); in getOrInitReferenceProfile() 448 @NonNull DexInfoType dexInfo, boolean enableEmbeddedProfile) throws RemoteException { in initReferenceProfile() argument 450 getExternalProfiles(dexInfo), enableEmbeddedProfile, in initReferenceProfile()
|