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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DArrayCompiler.java129 private void compileTreeEmptyCheck(final Node node, final int emptyInfo) { argument
132 if (emptyInfo != 0) {
140 if (emptyInfo != 0) {
141 switch (emptyInfo) {
331 private void compileRangeRepeatNode(final QuantifierNode qn, final int targetLen, final int emptyInfo) { argument
340 compileTreeEmptyCheck(qn.target, emptyInfo);
360 final int emptyInfo = qn.targetEmptyInfo;
375 if (emptyInfo != 0) {
418 final int emptyInfo = qn.targetEmptyInfo;
443 if (emptyInfo !
[all...]

Completed in 53 milliseconds