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

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

Completed in 87 milliseconds