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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java66 private final Map<Node, Long> weightCache = new HashMap<>(); field in class:Splitter
H A DWeighNodes.java99 private final Map<Node, Long> weightCache; field in class:WeighNodes
108 private WeighNodes(final FunctionNode topFunction, final Map<Node, Long> weightCache) { argument
118 static long weigh(final Node node, final Map<Node, Long> weightCache) { argument
[all...]

Completed in 44 milliseconds