Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h149 static uint32_t _PyOpcode_Jump[8] = { variable
/third_party/python/Python/
Dcompile.c106 return is_bit_set_in_table(_PyOpcode_Jump, i->i_opcode); in is_jump()