Lines Matching defs:next_pcs
365 std::vector<CORE_ADDR> next_pcs;
405 next_pcs.push_back (insn.address + insn.length);
408 return next_pcs;
429 std::vector<CORE_ADDR> next_pcs;
439 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn));
442 next_pcs.push_back (next_pc);
452 next_pcs.push_back (branch_pc);
478 next_pcs.push_back (lp_start);
488 next_pcs.push_back (bta);
491 return next_pcs;