Searched refs:stop_pc (Results 1 – 6 of 6) sorted by relevance
146 static CORE_ADDR stop_pc; variable285 if (resume_pc != stop_pc) { in valgrind_resume()288 C2v(stop_pc), sym(resume_pc)); in valgrind_resume()346 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()350 image_ptid (wptid), sym (stop_pc), sig); in valgrind_wait()
495 intptr_t stop_pc = in Debug() local497 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()499 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
625 intptr_t stop_pc = sim_->get_pc() - in Debug() local627 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()629 reinterpret_cast<Instruction*>(stop_pc + in Debug()
558 intptr_t stop_pc = sim_->get_pc() - in Debug() local560 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()562 reinterpret_cast<Instruction*>(stop_pc + in Debug()
434 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug() local435 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()437 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
507 intptr_t stop_pc = in Debug() local509 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()511 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()