Lines Matching refs:PyCodeObject
124 markblocks(PyCodeObject *code_obj, int len) in markblocks()
263 marklines(PyCodeObject *code, int len) in marklines()
603 PyCodeObject *co = f->f_code; in frame_dealloc()
630 PyCodeObject *code = frame->f_code; in frame_nslots()
709 PyCodeObject *code = f->f_code; in frame_sizeof()
726 PyCodeObject *code = f->f_code; in frame_repr()
778 frame_alloc(PyCodeObject *code) in frame_alloc()
837 PyFrameObject *f = frame_alloc((PyCodeObject *)con->fc_code); in _PyFrame_New_NoTrack()
843 f->f_code = (PyCodeObject *)Py_NewRef(con->fc_code); in _PyFrame_New_NoTrack()
863 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New()
1018 PyCodeObject *co; in PyFrame_FastToLocalsWithError()
1091 PyCodeObject *co; in PyFrame_LocalsToFast()
1160 PyCodeObject *
1164 PyCodeObject *code = frame->f_code; in PyFrame_GetCode()