Home
last modified time | relevance | path

Searched defs:DISPATCH_GOTO (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1316 #define DISPATCH_GOTO() goto *opcode_targets[opcode] macro
1319 #define DISPATCH_GOTO() goto dispatch_opcode macro