Home
last modified time | relevance | path

Searched defs:OPCODES (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsre_constants.py102 OPCODES = [ variable
157 OPCODES = makedict(OPCODES) variable
/external/python/cpython3/Lib/
Dsre_constants.py75 OPCODES = _makecodes(""" variable
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DPrinter.java54 public static final String[] OPCODES = { field in Printer