Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java432 ClassNotFoundException ex = handles.lookupException(passHandle); in readObject()
522 ClassNotFoundException ex = handles.lookupException(passHandle); in readUnshared()
570 ClassNotFoundException ex = handles.lookupException(passHandle); in defaultReadObject()
1487 if (!enableResolve || handles.lookupException(passHandle) != null) { in checkResolve()
1941 handles.lookupException(passHandle) == null && in readOrdinaryObject()
2071 if (obj == null || handles.lookupException(passHandle) != null) { in readSerialData()
2121 handles.lookupException(passHandle) == null) in readSerialData()
2366 return (handles.lookupException(objHandle) == null) ? in get()
2489 return (handles.lookupException(objHandle) == null) ? in get()
3817 ClassNotFoundException lookupException(int handle) { in lookupException() method in ObjectInputStream.HandleTable
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java734 java.lang.ClassNotFoundException lookupException(int handle) { in lookupException() method in ObjectInputStream.HandleTable