Searched defs:callSiteType (Results 1 - 9 of 9) sorted by relevance

/openjdk9/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DApplicableOverloadedMethods.java106 ApplicableOverloadedMethods(final List<SingleDynamicMethod> methods, final MethodType callSiteType, argument
136 abstract boolean isApplicable(MethodType callSiteType, SingleDynamicMethod method); argument
[all...]
H A DOverloadedDynamicMethod.java285 private static boolean isApplicableDynamically(final LinkerServices linkerServices, final MethodType callSiteType, argument
332 isApplicableDynamically(final LinkerServices linkerServices, final Class<?> callSiteType, final Class<?> methodType) argument
338 getApplicables(final MethodType callSiteType, final ApplicabilityTest test) argument
365 isPotentiallyConvertible(final Class<?> callSiteType, final Class<?> methodType) argument
[all...]
H A DSingleDynamicMethod.java170 static MethodHandle getInvocation(final MethodHandle target, final MethodType callSiteType, final LinkerServices linkerServices) { argument
293 createConvertingInvocation(final MethodHandle sizedMethod, final LinkerServices linkerServices, final MethodType callSiteType) argument
[all...]
H A DOverloadedMethod.java109 private final MethodType callSiteType; field in class:OverloadedMethod
116 OverloadedMethod(final List<MethodHandle> methodHandles, final OverloadedDynamicMethod parent, final ClassLoader callSiteClassLoader, final MethodType callSiteType, final LinkerServices linkerServices, final SecureLookupSupplier lookupSupplier) argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DBaseNode.java85 protected BaseNode(final BaseNode baseNode, final Expression base, final boolean isFunction, final Type callSiteType, final int programPoint, final boolean isSuper) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DFinalScriptFunctionData.java112 CompiledFunction getBest(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden, final boolean linkLogicOkay) { argument
H A DCompiledFunction.java83 private final MethodType callSiteType; field in class:CompiledFunction
99 CompiledFunction(final MethodHandle invoker, final MethodHandle constructor, final int flags, final MethodType callSiteType, final Specialization specialization, final DebugLogger log) { argument
124 CompiledFunction(final MethodHandle invoker, final RecompilableScriptFunctionData functionData, final Map<Integer, Type> invalidatedProgramPoints, final MethodType callSiteType, final int flags) argument
[all...]
H A DScriptFunctionData.java247 final CompiledFunction getBestInvoker(final MethodType callSiteType, final ScriptObject runtimeScope) { argument
251 final CompiledFunction getBestInvoker(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden) { argument
257 final CompiledFunction getBestConstructor(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden) { argument
359 CompiledFunction pickFunction(final MethodType callSiteType, final boolean canPickVarArg) { argument
378 getBest(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden, final boolean linkLogicOkay) argument
389 getBest(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden) argument
393 isValidCallSite(final MethodType callSiteType) argument
[all...]
H A DRecompilableScriptFunctionData.java740 private MethodType explicitParams(final MethodType callSiteType) { argument
848 private CompiledFunction addCode(final FunctionInitializer fnInit, final MethodType callSiteType) { argument
830 addCode(final MethodHandle target, final Map<Integer, Type> invalidatedProgramPoints, final MethodType callSiteType, final int fnFlags) argument
894 getReturnType(final MethodType callSiteType, final ScriptObject runtimeScope) argument
899 getBest(final MethodType callSiteType, final ScriptObject runtimeScope, final Collection<CompiledFunction> forbidden, final boolean linkLogicOkay) argument
[all...]

Completed in 112 milliseconds