Lines Matching refs:PyCodeObject
277 mark_stacks(PyCodeObject *code_obj, int len) in mark_stacks()
550 marklines(PyCodeObject *code, int len) in marklines()
862 PyCodeObject *co = NULL; in frame_dealloc()
944 PyCodeObject *code = f->f_frame->f_code; in frame_sizeof()
956 PyCodeObject *code = f->f_frame->f_code; in frame_repr()
1011 PyCodeObject *code = (PyCodeObject *)func->func_code; in init_frame()
1020 _PyFrame_New_NoTrack(PyCodeObject *code) in _PyFrame_New_NoTrack()
1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New()
1106 PyCodeObject *co; in _PyFrame_FastToLocalsWithError()
1120 PyCodeObject *co = frame->f_code; in _PyFrame_FastToLocalsWithError()
1228 PyCodeObject *co; in _PyFrame_LocalsToFast()
1307 PyCodeObject *
1312 PyCodeObject *code = frame->f_frame->f_code; in PyFrame_GetCode()