Searched refs:pc_index (Results 1 – 2 of 2) sorted by relevance
473 pc_index = -1478 pc_index = inst_idx490 if pc_index >= 0:492 if non_zeroeth_frame and pc_index > 0:493 pc_index = pc_index - 1497 start_idx = pc_index - insts_before_pc503 end_idx = pc_index + insts_after_pc507 if i == pc_index:
342 size_t pc_index; in SetNextBranchBreakpoint() local344 InstructionList *instructions = GetInstructionsForAddress (cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()350 branch_index = instructions->GetIndexOfNextBranchInstruction (pc_index); in SetNextBranchBreakpoint()360 if (branch_index - pc_index > 1) in SetNextBranchBreakpoint()