Home | History | Annotate | Download | only in python2.7

Lines Matching defs:OpcodeInfo

693 # and in the stack_before and stack_after attributes of OpcodeInfo
823 class OpcodeInfo(object):
882 I = OpcodeInfo
1754 # Build a code2op dict, mapping opcode characters to OpcodeInfo records.
1818 opcode is an OpcodeInfo record, describing the current opcode.