Searched refs:_PyOpcode_Jump (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | opcode.h | 149 static uint32_t _PyOpcode_Jump[8] = { variable |
/third_party/python/Python/ | ||
D | compile.c | 106 return is_bit_set_in_table(_PyOpcode_Jump, i->i_opcode); in is_jump() |