Searched refs:_opcode (Results 1 – 14 of 14) sorted by relevance
113 final short _opcode = super.getOpcode(); in toString() local114 if (((_opcode >= Const.ILOAD_0) && (_opcode <= Const.ALOAD_3)) in toString()115 || ((_opcode >= Const.ISTORE_0) && (_opcode <= Const.ASTORE_3))) { in toString()134 final short _opcode = super.getOpcode(); in initFromFile() local135 if (((_opcode >= Const.ILOAD) && (_opcode <= Const.ALOAD)) in initFromFile()136 || ((_opcode >= Const.ISTORE) && (_opcode <= Const.ASTORE))) { in initFromFile()139 } else if (_opcode <= Const.ALOAD_3) { // compact load instruction such as ILOAD_2 in initFromFile()140 n = (_opcode - Const.ILOAD_0) % 4; in initFromFile()143 n = (_opcode - Const.ISTORE_0) % 4; in initFromFile()
48 final short _opcode = super.getOpcode(); in getType() local49 switch (_opcode) { in getType()63 throw new ClassGenException("Unknown type " + _opcode); in getType()
50 final short _opcode = super.getOpcode(); in getType() local51 switch (_opcode) { in getType()75 throw new ClassGenException("Unknown type " + _opcode); in getType()
50 final short _opcode = getOpcode(); in dump() local51 if (_opcode == org.apache.bcel.Const.GOTO) { in dump()55 out.writeByte(_opcode); in dump()
50 final short _opcode = super.getOpcode(); in getType() local51 switch (_opcode) { in getType()93 throw new ClassGenException("Unknown type " + _opcode); in getType()
56 final short _opcode = super.getOpcode(); in getType() local57 switch (_opcode) { in getType()83 throw new ClassGenException("Oops: unknown case in switch" + _opcode); in getType()
5 _opcode = import_module("_opcode") variable6 from _opcode import stack_effect
18 _opcode _opcode.c
19 from _opcode import stack_effect
55 "Modules/_opcode.c",
57 "Modules/_opcode.c",
38 "Modules/_opcode.c",
979 Modules/clinic/_opcode.c.h:_opcode_stack_effect():_parser static _PyArg_Parser _parser
695 Modules/clinic/_opcode.c.h _opcode_stack_effect _parser variable static _PyArg_Parser _parser