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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java388 final Type[] thisType = toTypeWithoutCallee(thisMethodType, 0); // Never has callee
389 final Type[] otherType = toTypeWithoutCallee(otherMethodType, 0); // Never has callee
390 final Type[] callSiteType = toTypeWithoutCallee(callSiteMethodType, 1); // Always has callee
509 private static Type[] toTypeWithoutCallee(final MethodType type, final int thisIndex) { method in class:CompiledFunction

Completed in 37 milliseconds