Lines Matching defs:code
69 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
85 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
86 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
87 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
88 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
97 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
107 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
114 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
127 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
129 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
270 private int doXLOAD(TypeData type, byte[] code, int pos) { in doXLOAD()
288 private int doOpcode54_95(int pos, byte[] code, int op) throws BadBytecode { in doOpcode54_95()
403 private int doXSTORE(int pos, byte[] code, TypeData type) { in doXSTORE()
436 private int doOpcode96_147(int pos, byte[] code, int op) { in doOpcode96_147()
501 private int doOpcode148_201(int pos, byte[] code, int op) throws BadBytecode { in doOpcode148_201()
662 private int doWIDE(int pos, byte[] code) throws BadBytecode { in doWIDE()
710 private void doWIDE_XLOAD(int pos, byte[] code, TypeData type) { in doWIDE_XLOAD()
715 private void doWIDE_STORE(int pos, byte[] code, TypeData type) { in doWIDE_STORE()
720 private int doPutField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doPutField()
734 private int doGetField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doGetField()
749 private int doNEWARRAY(int pos, byte[] code) { in doNEWARRAY()
785 private int doMultiANewArray(int pos, byte[] code) { in doMultiANewArray()
795 private int doInvokeMethod(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doInvokeMethod()
828 private int doInvokeIntfMethod(int pos, byte[] code) throws BadBytecode { in doInvokeIntfMethod()
838 private int doInvokeDynamic(int pos, byte[] code) throws BadBytecode { in doInvokeDynamic()