MCPcopy Create free account
hub / github.com/ReadyTalk/avian / length

Method length

classpath/java/util/regex/PikeVM.java:496–498  ·  view source on GitHub ↗
(int opcode)

Source from the content-addressed store, hash-verified

494 }
495
496 private static int length(int opcode) {
497 return opcode <= SINGLE_ARG_START && opcode >= SINGLE_ARG_END ? 2 : 1;
498 }
499
500 private static boolean isJump(int opcode) {
501 return opcode <= SPLIT && opcode >= JMP;

Callers 1

reverseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected