Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dassemble.c544 PyObject *constslist, int maxdepth, int nlocalsplus, int code_flags, in makecode()
738 int nlocalsplus, int code_flags, PyObject *filename) in _PyAssemble_MakeCodeObject()
Dbytecodes.c3123 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local
3183 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local
3819 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in dummy_func() local
3920 int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags; in dummy_func() local
Dflowgraph.c2545 int *fixed, int nfreevars, int code_flags) in insert_prefix_instructions()
2668 prepare_localsplus(_PyCompile_CodeUnitMetadata *umd, cfg_builder *g, int code_flags) in prepare_localsplus()
2738 _PyCompile_CodeUnitMetadata *umd, int code_flags, in _PyCfg_OptimizedCfgToInstructionSequence()
Dgenerated_cases.c.h796 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local
1059 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local
1341 int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags; in TARGET() local
1483 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local
1965 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; in TARGET() local
Dcompile.c7643 int code_flags, PyObject *filename) in optimize_and_assemble_code_unit()
7695 int code_flags = compute_code_flags(c); in optimize_and_assemble() local
7979 int code_flags = 0; in _PyCompile_Assemble() local
Dexecutor_cases.c.h3029 int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable))->co_flags; variable