Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h139 static uint32_t _PyOpcode_RelativeJump[8] = { variable
/external/python/cpython3/Python/
Dcompile.c100 return is_bit_set_in_table(_PyOpcode_RelativeJump, i->i_opcode); in is_relative_jump()