Home
last modified time | relevance | path

Searched refs:instr_lb (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dlnotab_notes.txt63 *instr_lb <= frame->f_lasti < *instr_ub
65 is true so long as execution does not change lines. That is, *instr_lb holds
/external/python/cpython2/Python/
Dceval.c812 int instr_ub = -1, instr_lb = 0, instr_prev = -1; in PyEval_EvalFrameEx() local
1151 f, &instr_lb, &instr_ub, in PyEval_EvalFrameEx()
4051 PyFrameObject *frame, int *instr_lb, int *instr_ub, in maybe_call_line_trace() argument
4060 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()