Home
last modified time | relevance | path

Searched refs:cframe (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Python/
H A Dceval.c1336 assert(cframe.use_tracing == 0 || cframe.use_tracing == 255); \
1337 opcode |= cframe.use_tracing OR_DTRACE_LINE; \
1345 opcode |= cframe.use_tracing OR_DTRACE_LINE; \
1420 opcode = _Py_OPCODE(word) | cframe.use_tracing OR_DTRACE_LINE; \
1515 if (cframe.use_tracing) { \
1528 if (cframe.use_tracing) { \
1535 if (cframe.use_tracing) { \
1546 if (cframe.use_tracing) { \
1657 _PyCFrame cframe; local
[all...]
H A Dframe.c128 assert(_PyThreadState_GET()->cframe->current_frame != frame); in _PyFrame_Clear()
H A Dpystate.c797 tstate->cframe = &tstate->root_cframe; in init_threadstate()
1023 if (verbose && tstate->cframe->current_frame != NULL) { in PyThreadState_Clear()
1279 _PyInterpreterFrame *f = tstate->cframe->current_frame; in PyThreadState_GetFrame()
1409 _PyInterpreterFrame *frame = t->cframe->current_frame; in _PyThread_CurrentFrames()
H A Dtraceback.c1230 frame = tstate->cframe->current_frame; in dump_traceback()
H A Dsysmodule.c1819 _PyInterpreterFrame *frame = tstate->cframe->current_frame; in sys__getframe_impl()
H A Dpylifecycle.c2077 if (tstate->cframe->current_frame != NULL) { in Py_EndInterpreter()
/third_party/python/Lib/idlelib/
H A Ddebugger.py158 self.cframe = cframe = Frame(bframe)
159 self.cframe.pack(side="left")
164 self.bstack = Checkbutton(cframe,
169 self.bsource = Checkbutton(cframe,
175 self.blocals = Checkbutton(cframe,
180 self.bglobals = Checkbutton(cframe,
/third_party/python/Include/internal/
H A Dpycore_pystate.h137 tstate->cframe->use_tracing = (use_tracing ? 255 : 0); in _PyThreadState_UpdateTracingState()
/third_party/python/Include/cpython/
H A Dpystate.h110 _PyCFrame *cframe; member
/third_party/python/Objects/
H A Dgenobject.c208 frame->previous = tstate->cframe->current_frame; in gen_send_ex2()
226 assert(tstate->cframe->current_frame == frame->previous); in gen_send_ex2()
453 _PyInterpreterFrame *prev = tstate->cframe->current_frame; in _gen_throw()
455 tstate->cframe->current_frame = frame; in _gen_throw()
463 tstate->cframe->current_frame = prev; in _gen_throw()
H A Dtypeobject.c8986 super_init_without_args(_PyInterpreterFrame *cframe, PyCodeObject *co, in super_init_without_args() argument
8995 assert(cframe->f_code->co_nlocalsplus > 0); in super_init_without_args()
8996 PyObject *firstarg = _PyFrame_GetLocalsArray(cframe)[0]; in super_init_without_args()
9001 if (_PyInterpreterFrame_LASTI(cframe) >= 0) { in super_init_without_args()
9024 PyObject *cell = _PyFrame_GetLocalsArray(cframe)[i]; in super_init_without_args()
9082 _PyInterpreterFrame *cframe = tstate->cframe->current_frame; in super_init_impl() local
9083 if (cframe == NULL) { in super_init_impl()
9088 int res = super_init_without_args(cframe, cframe in super_init_impl()
[all...]
/third_party/python/Tools/gdb/
H A Dlibpython.py1790 cframe = self._gdbframe.read_var('cframe')
1791 if cframe is None:
1793 frame = PyFramePtr(cframe["current_frame"])
/third_party/python/Modules/
H A D_tracemalloc.c402 _PyInterpreterFrame *pyframe = tstate->cframe->current_frame; in traceback_get_frames()
H A Dsignalmodule.c1839 _PyInterpreterFrame *frame = tstate->cframe->current_frame;
H A D_xxsubinterpretersmodule.c1841 _PyInterpreterFrame *frame = tstate->cframe->current_frame; in _is_running()

Completed in 43 milliseconds