Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DType.java67 static ClassToTypeMap mapClassToType; field in Type
120 ClassToTypeMap map = mapClassToType; in registerTypeForClass()
122 mapClassToType = map = new ClassToTypeMap(); in registerTypeForClass()
190 if (mapClassToType != null) in make()
192 Type t = mapClassToType.get(reflectClass); in make()
H A DChangeLog961 (mapClassToType): Change to use ClassTypeToMap instead of WeakHashMap.
1336 * Type.java (mapClassToType, mapNameToType): Likewise.
1380 * Type.java (mapClassToType): Use WeakHashMap if JAVA2.