Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassValue.java34 import static java.lang.ClassValue.ClassValueMap.probeHomeLocation;
35 import static java.lang.ClassValue.ClassValueMap.probeBackupLocations;
173 ClassValueMap map = getMap(type); in remove()
179 ClassValueMap map = getMap(type); in put()
192 ClassValueMap map = (ClassValueMap) type.ensureExtDataPresent().classValueMap; in getCacheCarefully()
223 ClassValueMap map = getMap(type); in getFromHashMap()
366 private static ClassValueMap getMap(Class<?> type) { in getMap()
372 ClassValueMap map = (ClassValueMap) type.ensureExtDataPresent().classValueMap; in getMap()
379 private static ClassValueMap initializeMap(Class<?> type) { in initializeMap()
380 ClassValueMap map; in initializeMap()
[all …]