Searched defs:GO_TO_INSTRUCTION (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Python/ | ||
| D | ceval_macros.h | 269 #define GO_TO_INSTRUCTION(op) goto PREDICT_ID(op) macro |
| D | bytecodes.c | 46 #define GO_TO_INSTRUCTION(instname) ((void)0) macro |