HomeSort by relevance Sort by last modified time
    Searched refs:stop_pc (Results 1 - 5 of 5) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
target.c 146 static CORE_ADDR stop_pc; variable
149 If stop_pc != resume_pc, it means
259 if (resume_pc != stop_pc) {
261 "stop_pc %p changed to be resume_pc %s\n",
262 C2v(stop_pc), sym(resume_pc));
320 stop_pc = (*the_low_target.get_pc) ();
323 "exit valgrind_wait status T ptid %s stop_pc %s signal %u\n",
324 image_ptid (wptid), sym (stop_pc), sig);
  /external/v8/src/arm/
simulator-arm.cc 486 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; local
487 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
489 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 679 intptr_t stop_pc = sim_->get_pc() - local
681 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
683 reinterpret_cast<Instruction*>(stop_pc +
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 609 intptr_t stop_pc = sim_->get_pc() - local
611 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
613 reinterpret_cast<Instruction*>(stop_pc +
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 541 intptr_t stop_pc = local
543 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
545 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]

Completed in 733 milliseconds