Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dopcode.py7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs",
29 hasjabs = [] variable
52 hasjabs.append(op)
H A Ddis.py468 elif deop in hasjabs:
631 elif op in hasjabs:
/third_party/python/Tools/scripts/
H A Dgenerate_opcode_h.py86 hasjabs = opcode['hasjabs']
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