Searched refs:instr_lb (Results 1 – 2 of 2) sorted by relevance
63 *instr_lb <= frame->f_lasti < *instr_ub65 is true so long as execution does not change lines. That is, *instr_lb holds
812 int instr_ub = -1, instr_lb = 0, instr_prev = -1; in PyEval_EvalFrameEx() local1151 f, &instr_lb, &instr_ub, in PyEval_EvalFrameEx()4051 PyFrameObject *frame, int *instr_lb, int *instr_ub, in maybe_call_line_trace() argument4060 if (frame->f_lasti < *instr_lb || frame->f_lasti >= *instr_ub) { in maybe_call_line_trace()4064 *instr_lb = bounds.ap_lower; in maybe_call_line_trace()4070 if (frame->f_lasti == *instr_lb || frame->f_lasti < *instr_prev) { in maybe_call_line_trace()