Home
last modified time | relevance | path

Searched refs:opcode_targets (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/
D.gitattributes55 Python/opcode_targets.h linguist-generated=true
DMakefile.pre.in909 # Regenerate Python/opcode_targets.h from Lib/opcode.py
912 $(srcdir)/Python/opcode_targets.h.new
913 $(UPDATE_FILE) $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/opcode_targets.h.new
915 Python/ceval.o: $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/ceval_gil.h
/external/python/cpython2/Python/
Dopcode_targets.h1 static void *opcode_targets[256] = { variable
Dceval.c759 goto *opcode_targets[*next_instr++]; \ in PyEval_EvalFrameEx()
767 goto *opcode_targets[*next_instr++]; \ in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dopcode_targets.h1 static void *opcode_targets[256] = { variable
Dceval.c661 goto *opcode_targets[opcode]; \ in _PyEval_EvalFrameDefault()
671 goto *opcode_targets[opcode]; \ in _PyEval_EvalFrameDefault()
/external/python/cpython2/
DMakefile.pre.in738 # Regenerate Python/opcode_targets.h from Lib/opcode.py
741 $(srcdir)/Python/opcode_targets.h
743 Python/ceval.o: $(srcdir)/Python/opcode_targets.h