Searched refs:mSystemLibsCacheMap (Results 1 – 1 of 1) sorted by relevance
147 if (mSystemLibsCacheMap != null) { in createAndCacheNonBootclasspathSystemClassLoaders()151 mSystemLibsCacheMap = new HashMap<String, CachedClassLoader>(); in createAndCacheNonBootclasspathSystemClassLoaders()174 CachedClassLoader cached = mSystemLibsCacheMap.get(dependencyPath); in createAndCacheNonBootclasspathSystemClassLoader()200 mSystemLibsCacheMap.put(path, cached); in createAndCacheNonBootclasspathSystemClassLoader()219 if (mSystemLibsCacheMap == null) { in getCachedNonBootclasspathSystemLib()228 CachedClassLoader cached = mSystemLibsCacheMap.get(zip); in getCachedNonBootclasspathSystemLib()301 private Map<String, CachedClassLoader> mSystemLibsCacheMap = null; field in ApplicationLoaders