Home
last modified time | relevance | path

Searched refs:stop_pc (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dtarget.c146 static CORE_ADDR stop_pc; variable
285 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()
/external/v8/src/ppc/
Dsimulator-ppc.cc495 intptr_t stop_pc = in Debug() local
497 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
499 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc625 intptr_t stop_pc = sim_->get_pc() - in Debug() local
627 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
629 reinterpret_cast<Instruction*>(stop_pc + in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc558 intptr_t stop_pc = sim_->get_pc() - in Debug() local
560 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
562 reinterpret_cast<Instruction*>(stop_pc + in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc434 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug() local
435 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
437 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc507 intptr_t stop_pc = in Debug() local
509 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
511 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()