Lines Matching refs:PyCodeObject
102 markblocks(PyCodeObject *code_obj, int len) in markblocks()
241 marklines(PyCodeObject *code, int len) in marklines()
571 PyCodeObject *co; in frame_dealloc()
616 PyCodeObject *code = frame->f_code; in frame_nslots()
700 PyCodeObject *code = f->f_code; in frame_sizeof()
717 PyCodeObject *code = f->f_code; in frame_repr()
769 frame_alloc(PyCodeObject *code) in frame_alloc()
866 _PyFrame_New_NoTrack(PyThreadState *tstate, PyCodeObject *code, in _PyFrame_New_NoTrack()
929 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New()
1069 PyCodeObject *co; in PyFrame_FastToLocalsWithError()
1142 PyCodeObject *co; in PyFrame_LocalsToFast()
1209 PyCodeObject *
1213 PyCodeObject *code = frame->f_code; in PyFrame_GetCode()