Searched refs:target_block_stack (Results 1 – 1 of 1) sorted by relevance
437 int64_t target_block_stack = -1; in frame_setlineno() local444 target_block_stack = blocks[i]; in frame_setlineno()445 if (compatible_block_stack(start_block_stack, target_block_stack)) { in frame_setlineno()447 if (target_block_stack > best_block_stack) { in frame_setlineno()448 best_block_stack = target_block_stack; in frame_setlineno()453 if (target_block_stack >= 0) { in frame_setlineno()454 msg = explain_incompatible_block_stack(target_block_stack); in frame_setlineno()