Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low.c431 static CORE_ADDR stop_pc; variable
497 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
501 image_ptid (wptid), sym (stop_pc), sig); in valgrind_wait()
530 if (resume_pc != stop_pc) { in valgrind_resume()
533 C2v(stop_pc), sym(resume_pc)); in valgrind_resume()
/external/v8/src/mips/
Dsimulator-mips.cc615 intptr_t stop_pc = sim_->get_pc() - in Debug() local
617 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
619 reinterpret_cast<Instruction*>(stop_pc + in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug() local
507 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()