Home
last modified time | relevance | path

Searched refs:write_int_array_from_ops (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dgenerate_opcode_h.py62 def write_int_array_from_ops(name, ops, out): function
121 write_int_array_from_ops("_PyOpcode_RelativeJump", opcode['hasjrel'], iobj)
122 write_int_array_from_ops("_PyOpcode_Jump", opcode['hasjrel'] + opcode['hasjabs'], iobj)