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

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DSwitchStrategy.java408 recurseBinarySwitch(closure, 0, keyConstants.length - 1, 0);
417 private void recurseBinarySwitch(SwitchClosure closure, int left, int right, int startDepth) { method in class:SwitchStrategy.BinaryStrategy
477 recurseBinarySwitch(closure, middle + 1, right, depth);
487 recurseBinarySwitch(closure, left, middle, depth);
491 recurseBinarySwitch(closure, left, middle, depth);
493 recurseBinarySwitch(closure, middle + 1, right, depth);

Completed in 88 milliseconds