Home
last modified time | relevance | path

Searched refs:previous_executor (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Tools/jit/
Dtemplate.c120 tstate->previous_executor = (PyObject *)current_executor; in _JIT_ENTRY()
123 tstate->previous_executor = (PyObject *)current_executor; in _JIT_ENTRY()
126 tstate->previous_executor = (PyObject *)current_executor; in _JIT_ENTRY()
132 tstate->previous_executor = (PyObject *)current_executor; in _JIT_ENTRY()
Dtrampoline.c23 Py_SETREF(tstate->previous_executor, executor); in _ENTRY()
/external/python/cpython3/Python/
Dceval_macros.h414 Py_DECREF(tstate->previous_executor); \
415 tstate->previous_executor = NULL; \
435 Py_DECREF(tstate->previous_executor); \
436 tstate->previous_executor = NULL; \
Dtier2_engine.md102 `previous_executor` field.
118 2. Decrement the reference count of `A` (`A` is referenced by `tstate->previous_executor`)
Dbytecodes.c2403 assert(tstate->previous_executor == NULL); in dummy_func()
2404 tstate->previous_executor = Py_None; in dummy_func()
2435 assert(tstate->previous_executor == NULL); in dummy_func()
2448 tstate->previous_executor = Py_None; in dummy_func()
4273 _PyExecutorObject *previous = (_PyExecutorObject *)tstate->previous_executor; in dummy_func()
4293 tstate->previous_executor = Py_None; in dummy_func()
4307 tstate->previous_executor = (PyObject *)current_executor; in dummy_func()
4337 Py_DECREF(tstate->previous_executor); in dummy_func()
4338 tstate->previous_executor = NULL; in dummy_func()
Dceval.c1063 tstate->previous_executor = NULL; in _PyEval_EvalFrameDefault()
1089 tstate->previous_executor = NULL; in _PyEval_EvalFrameDefault()
1108 tstate->previous_executor = (PyObject *)current_executor; in _PyEval_EvalFrameDefault()
Dexecutor_cases.c.h4339 _PyExecutorObject *previous = (_PyExecutorObject *)tstate->previous_executor;
4359 tstate->previous_executor = Py_None;
4375 tstate->previous_executor = (PyObject *)current_executor;
4407 Py_DECREF(tstate->previous_executor);
4408 tstate->previous_executor = NULL;
Dgenerated_cases.c.h2670 assert(tstate->previous_executor == NULL); in TARGET()
2683 tstate->previous_executor = Py_None; in TARGET()
3623 assert(tstate->previous_executor == NULL); in TARGET()
3624 tstate->previous_executor = Py_None; in TARGET()
Dpystate.c1528 tstate->previous_executor = NULL; in init_threadstate()
/external/python/cpython3/Include/cpython/
Dpystate.h192 PyObject *previous_executor; member
/external/python/cpython3/Doc/data/
Dpython3.13.abi14986 …<var-decl name='previous_executor' type-id='type-id-4' visibility='default' filepath='./Include/cp…