Searched refs:asTypeSafeReturn (Results 1 - 6 of 6) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornPrimitiveLinker.java70 return Bootstrap.asTypeSafeReturn(Global.primitiveLookup(request, self), linkerServices, request.getCallSiteDescriptor());
H A DBootstrap.java443 static GuardedInvocation asTypeSafeReturn(final GuardedInvocation inv, final LinkerServices linkerServices, final CallSiteDescriptor desc) { method in class:Bootstrap
444 return inv == null ? null : inv.asTypeSafeReturn(linkerServices, desc.getMethodType());
H A DJSObjectLinker.java96 return Bootstrap.asTypeSafeReturn(inv, linkerServices, desc);
H A DBrowserJSObjectLinker.java82 return Bootstrap.asTypeSafeReturn(inv, linkerServices, desc);
H A DNashornLinker.java96 return Bootstrap.asTypeSafeReturn(getGuardedInvocation(request, desc), linkerServices, desc);
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/
H A DGuardedInvocation.java379 public GuardedInvocation asTypeSafeReturn(final LinkerServices linkerServices, final MethodType newType) { method in class:GuardedInvocation

Completed in 123 milliseconds