Searched refs:opcode_targets (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Python/ | ||
H A D | opcode_targets.h | 1 static void *opcode_targets[256] = { variable |
H A D | ceval.c | 1316 #define DISPATCH_GOTO() goto *opcode_targets[opcode] 1642 #include "opcode_targets.h" |
Completed in 10 milliseconds