Lines Matching refs:f_code
94 if (PySys_Audit("object.__getattr__", "Os", f, "f_code") < 0) {
708 if (new_lineno < f->f_frame->f_code->co_firstlineno) {
717 int len = (int)Py_SIZE(f->f_frame->f_code);
718 int *lines = marklines(f->f_frame->f_code, len);
732 int64_t *stacks = mark_stacks(f->f_frame->f_code, len);
796 f->f_frame->prev_instr = _PyCode_CODE(f->f_frame->f_code) + best_addr;
835 {"f_code", (getter)frame_getcode, NULL, NULL},
869 co = frame->f_code;
870 frame->f_code = NULL;
944 PyCodeObject *code = f->f_frame->f_code;
956 PyCodeObject *code = f->f_frame->f_code;
1082 for (_Py_CODEUNIT *instruction = _PyCode_CODE(frame->f_code);
1113 co = frame->f_code;
1120 PyCodeObject *co = frame->f_code;
1129 frame->prev_instr = _PyCode_CODE(frame->f_code);
1234 co = frame->f_code;
1312 PyCodeObject *code = frame->f_frame->f_code;