Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst196 * JUMP_IF_NOT_EXC_MATCH for checking exceptions in 'try-except' statements.
D3.11.0a7.rst42 Replace :opcode:`JUMP_IF_NOT_EXC_MATCH` by :opcode:`CHECK_EXC_MATCH` + jump.
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py1585 def JUMP_IF_NOT_EXC_MATCH(self, inst): member in InstructionTranslatorBase
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1219 * ``JUMP_IF_NOT_EXC_MATCH`` for checking exceptions in 'try-except'
D3.11.rst1649 | | :opcode:`!JUMP_IF_NOT_EXC_MATCH` | | :opcode:`CHECK_EXC_MATCH` | Now performs check but d…