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

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DSplitter.java137 functionNode = functionNode.setCompileUnit(null, findUnit(weight));
185 protected CompileUnit findUnit(final long weight) { method in class:Splitter
186 return compiler.findUnit(weight);
243 return new SplitNode(name, newBlock, compiler.findUnit(weight + WeighNodes.FUNCTION_WEIGHT));
311 final CompileUnit unit = compiler.findUnit(totalWeight - weight);
319 final CompileUnit unit = compiler.findUnit(totalWeight);
356 final CompileUnit unit = compiler.findUnit(totalWeight - weight);
365 final CompileUnit unit = compiler.findUnit(totalWeight);
H A DCompiler.java805 CompileUnit findUnit(final long weight) { method in class:Compiler

Completed in 131 milliseconds