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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java356 boolean betterThanFinal(final CompiledFunction other, final MethodType callSiteMethodType) { argument
364 private static boolean betterThanFinal(final CompiledFunction cf, final CompiledFunction other, final MethodType callSiteMethodType) { argument

Completed in 40 milliseconds