Home
last modified time | relevance | path

Searched refs:_opcode (Results 1 – 14 of 14) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLocalVariableInstruction.java113 final short _opcode = super.getOpcode(); in toString() local
114 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() local
135 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()
DReturnInstruction.java48 final short _opcode = super.getOpcode(); in getType() local
49 switch (_opcode) { in getType()
63 throw new ClassGenException("Unknown type " + _opcode); in getType()
DConversionInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
51 switch (_opcode) { in getType()
75 throw new ClassGenException("Unknown type " + _opcode); in getType()
DGOTO.java50 final short _opcode = getOpcode(); in dump() local
51 if (_opcode == org.apache.bcel.Const.GOTO) { in dump()
55 out.writeByte(_opcode); in dump()
DArithmeticInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
51 switch (_opcode) { in getType()
93 throw new ClassGenException("Unknown type " + _opcode); in getType()
DArrayInstruction.java56 final short _opcode = super.getOpcode(); in getType() local
57 switch (_opcode) { in getType()
83 throw new ClassGenException("Oops: unknown case in switch" + _opcode); in getType()
/external/python/cpython3/Lib/test/
Dtest__opcode.py5 _opcode = import_module("_opcode") variable
6 from _opcode import stack_effect
/external/python/cpython3/android/
DSetup.local18 _opcode _opcode.c
/external/python/cpython3/Lib/
Dopcode.py19 from _opcode import stack_effect
/external/python/cpython3/
DAndroid-bionic.bp55 "Modules/_opcode.c",
DAndroid-linux_x86_64.bp57 "Modules/_opcode.c",
DAndroid-darwin_x86_64.bp38 "Modules/_opcode.c",
/external/python/cpython3/Tools/c-analyzer/
DTODO979 Modules/clinic/_opcode.c.h:_opcode_stack_effect():_parser static _PyArg_Parser _parser
Dknown.tsv695 Modules/clinic/_opcode.c.h _opcode_stack_effect _parser variable static _PyArg_Parser _parser