Home
last modified time | relevance | path

Searched refs:externalProfileErrors (Results 1 – 4 of 4) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DUtils.java436 List<String> externalProfileErrors = new ArrayList<>(); in initReferenceProfile() local
442 true /* isOtherReadable */, externalProfileErrors); in initReferenceProfile()
445 externalProfileErrors.add(result.errorMsg); in initReferenceProfile()
453 null /* profile */, true /* isOtherReadable */, externalProfileErrors); in initReferenceProfile()
539 boolean isOtherReadable, @NonNull List<String> externalProfileErrors) { in create() argument
541 profile, isOtherReadable, Collections.unmodifiableList(externalProfileErrors)); in create()
558 abstract @NonNull List<String> externalProfileErrors(); in externalProfileErrors() method in Utils.InitProfileResult
DDexopter.java110 List<String> externalProfileErrors = List.of(); in dexopt() local
148 externalProfileErrors = result.externalProfileErrors(); in dexopt()
154 externalProfileErrors = result.externalProfileErrors(); in dexopt()
292 if (!externalProfileErrors.isEmpty()) { in dexopt()
298 externalProfileErrors); in dexopt()
DArtManagerLocal.java773 if (!result.externalProfileErrors().isEmpty()) { in snapshotOrDumpAppProfile()
775 + result.externalProfileErrors()); in snapshotOrDumpAppProfile()
/art/libartservice/service/java/com/android/server/art/model/
DDexoptResult.java269 @NonNull List<String> externalProfileErrors) { in create() argument
273 Collections.unmodifiableList(externalProfileErrors)); in create()