Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantBootstraps.java29 import static java.lang.invoke.MethodHandleNatives.mapLookupExceptionToError;
187 throw mapLookupExceptionToError(ex); in getStaticFinal()
304 throw mapLookupExceptionToError(e); in fieldVarHandle()
338 throw mapLookupExceptionToError(e); in staticFieldVarHandle()
438 throw mapLookupExceptionToError(ex); in validateClassAccess()
DMethodHandleNatives.java513 static LinkageError mapLookupExceptionToError(ReflectiveOperationException ex) { in mapLookupExceptionToError() method in MethodHandleNatives