Home
last modified time | relevance | path

Searched refs:hasjrel (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dopcode.py7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs",
28 hasjrel = [] variable
48 hasjrel.append(op)
H A Ddis.py471 elif deop in hasjrel:
627 if op in hasjrel:
/third_party/python/Tools/scripts/
H A Dgenerate_opcode_h.py85 hasjrel = opcode['hasjrel']
121 write_int_array_from_ops("_PyOpcode_RelativeJump", opcode['hasjrel'], iobj)
122 write_int_array_from_ops("_PyOpcode_Jump", opcode['hasjrel'] + opcode['hasjabs'], iobj)
/third_party/python/Lib/test/
H A Dtest__opcode.py49 has_jump = dis.hasjabs + dis.hasjrel

Completed in 3 milliseconds