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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DByteCodeMachine.java215 case OPCode.FAIL: opFail(); continue;
295 {opFail(); return false;} /* for retry */
298 {opFail(); return false;} /* for retry */
306 if (s >= range || code[ip] != chars[s++]) {opFail(); return;}
307 //if (s > range) {opFail(); return;}
313 if (s + 2 > range) {opFail(); return;}
314 if (code[ip] != chars[s]) {opFail(); return;}
316 if (code[ip] != chars[s]) {opFail(); return;}
322 if (s + 3 > range) {opFail(); return;}
323 if (code[ip] != chars[s]) {opFail(); retur
1204 private void opFail() { method in class:ByteCodeMachine
[all...]

Completed in 73 milliseconds