Home
last modified time | relevance | path

Searched defs:_opcode (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLocalVariableInstruction.java113 final short _opcode = super.getOpcode(); in toString() local
134 final short _opcode = super.getOpcode(); in initFromFile() local
DArithmeticInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
DConversionInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
DArrayInstruction.java56 final short _opcode = super.getOpcode(); in getType() local
DReturnInstruction.java48 final short _opcode = super.getOpcode(); in getType() local
DGOTO.java50 final short _opcode = getOpcode(); in dump() local
/external/python/cpython3/Lib/test/
Dtest__opcode.py5 _opcode = import_module("_opcode") variable