Searched refs:opcode_targets (Results 1 – 7 of 7) sorted by relevance
55 Python/opcode_targets.h linguist-generated=true
909 # Regenerate Python/opcode_targets.h from Lib/opcode.py912 $(srcdir)/Python/opcode_targets.h.new913 $(UPDATE_FILE) $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/opcode_targets.h.new915 Python/ceval.o: $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/ceval_gil.h
1 static void *opcode_targets[256] = { variable
759 goto *opcode_targets[*next_instr++]; \ in PyEval_EvalFrameEx()767 goto *opcode_targets[*next_instr++]; \ in PyEval_EvalFrameEx()
661 goto *opcode_targets[opcode]; \ in _PyEval_EvalFrameDefault()671 goto *opcode_targets[opcode]; \ in _PyEval_EvalFrameDefault()
738 # Regenerate Python/opcode_targets.h from Lib/opcode.py741 $(srcdir)/Python/opcode_targets.h743 Python/ceval.o: $(srcdir)/Python/opcode_targets.h