Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java89 public void report(Map<String, String> classLoaderContextMap) { in report() argument
90 if (classLoaderContextMap.isEmpty()) { in report()
97 notifyPackageManager(classLoaderContextMap); in report()
100 registerSecondaryDexForProfiling(classLoaderContextMap.keySet()); in report()
103 private void notifyPackageManager(Map<String, String> classLoaderContextMap) { in notifyPackageManager() argument
108 classLoaderContextMap, VMRuntime.getRuntime().vmInstructionSet()); in notifyPackageManager()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java185 Map<String, String> classLoaderContextMap, String loaderIsa, int loaderUserId, in notifyDexLoad() argument
188 notifyDexLoadInternal(loadingAppInfo, classLoaderContextMap, loaderIsa, in notifyDexLoad()
198 Map<String, String> classLoaderContextMap, String loaderIsa, in notifyDexLoadInternal() argument
200 if (classLoaderContextMap == null) { in notifyDexLoadInternal()
203 if (classLoaderContextMap.isEmpty()) { in notifyDexLoadInternal()
208 Slog.w(TAG, "Loading dex files " + classLoaderContextMap.keySet() in notifyDexLoadInternal()
227 for (Map.Entry<String, String> mapping : classLoaderContextMap.entrySet()) { in notifyDexLoadInternal()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl529 in Map<String, String> classLoaderContextMap, String loaderIsa); in notifyDexLoad() argument
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java5494 Map<String, String> classLoaderContextMap,
5564 filteredSnapshot, loadingPackageName, classLoaderContextMap);
5575 mDexManager.notifyDexLoad(ai, classLoaderContextMap, loaderIsa, userId,