Lines Matching defs:offset
137 int offset = (int)(next_instr - _PyCode_CODE(frame->f_code));
139 printf("%d: %s %d\n", offset * 2, opname, oparg);
142 printf("%d: %s\n", offset * 2, opname);
3210 int offset = co->co_nlocals + co->co_nplaincellvars;
3215 frame->localsplus[offset + i] = o;
4572 Can be either a managed dict, or a tp_dictoffset offset.*/
5770 int offset = INSTR_OFFSET()-1;
5772 if (get_exception_handler(frame->f_code, offset, &level, &handler, &lasti) == 0) {
6097 int offset;
6098 parse_varint(start, &offset);
6099 if (offset > index) {
6105 parse_varint(mid, &offset);
6106 if (offset > index) {