Searched refs:handles (Results 1 – 4 of 4) sorted by relevance
294 private final HandleTable handles; field in ObjectInputStream348 handles = new HandleTable(10); in ObjectInputStream()380 handles = null; in ObjectInputStream()428 handles.markDependency(outerHandle, passHandle); in readObject()429 ClassNotFoundException ex = handles.lookupException(passHandle); in readObject()518 handles.markDependency(outerHandle, passHandle); in readUnshared()519 ClassNotFoundException ex = handles.lookupException(passHandle); in readUnshared()567 ClassNotFoundException ex = handles.lookupException(passHandle); in defaultReadObject()1352 handles.clear(); in clear()1457 if (!enableResolve || handles.lookupException(passHandle) != null) { in checkResolve()[all …]
180 private final HandleTable handles; field in ObjectOutputStream249 handles = new HandleTable(10, (float) 3.00); in ObjectOutputStream()284 handles = null; in ObjectOutputStream()311 if (handles.size() != 0) { in useProtocolVersion()1050 } else if ((handle = handles.lookup(str)) != -1) { in writeTypeString()1122 handles.clear(); in clear()1139 } else if (!unshared && (h = handles.lookup(obj)) != -1) { in writeObject0()1204 } else if (!unshared && (h = handles.lookup(obj)) != -1) { in writeObject0()1270 handles.assign(unshared ? null : cl); in writeClass()1282 } else if (!unshared && (handle = handles.lookup(desc)) != -1) { in writeClassDesc()[all …]
295 private final java.io.ObjectOutputStream.HandleTable handles; field in ObjectOutputStream298 handles = null;
313 private final java.io.ObjectInputStream.HandleTable handles; field in ObjectInputStream316 handles = null;