Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DSystemServerDexLoadReporter.java46 public void report(Map<String, String> classLoaderContextMap) { in report() argument
48 Slog.i(TAG, "Reporting " + classLoaderContextMap); in report()
50 if (classLoaderContextMap.isEmpty()) { in report()
58 classLoaderContextMap, in report()
DDexManager.java195 Map<String, String> classLoaderContextMap, String loaderIsa, int loaderUserId, in notifyDexLoad() argument
198 notifyDexLoadInternal(loadingAppInfo, classLoaderContextMap, loaderIsa, in notifyDexLoad()
208 Map<String, String> classLoaderContextMap, String loaderIsa, in notifyDexLoadInternal() argument
210 if (classLoaderContextMap == null) { in notifyDexLoadInternal()
213 if (classLoaderContextMap.isEmpty()) { in notifyDexLoadInternal()
218 Slog.w(TAG, "Loading dex files " + classLoaderContextMap.keySet() in notifyDexLoadInternal()
237 for (Map.Entry<String, String> mapping : classLoaderContextMap.entrySet()) { in notifyDexLoadInternal()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl519 in Map<String, String> classLoaderContextMap, String loaderIsa); in notifyDexLoad() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java5254 Map<String, String> classLoaderContextMap, in notifyDexLoad() argument
5281 mDexManager.notifyDexLoad(ai, classLoaderContextMap, loaderIsa, userId, in notifyDexLoad()