Home
last modified time | relevance | path

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

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