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

  /external/valgrind/main/coregrind/m_gdbserver/
target.c 145 static CORE_ADDR stop_pc; variable
148 If stop_pc != resume_pc, it means
237 if (resume_pc != stop_pc) {
239 "stop_pc %p changed to be resume_pc %s\n",
240 C2v(stop_pc), sym(resume_pc));
279 stop_pc = (*the_low_target.get_pc) ();
282 "exit valgrind_wait returns ptid %s stop_pc %s signal %d\n",
283 image_ptid (wptid), sym (stop_pc), sig);
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 615 intptr_t stop_pc = sim_->get_pc() - local
617 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
619 reinterpret_cast<Instruction*>(stop_pc +
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 615 intptr_t stop_pc = sim_->get_pc() - local
617 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
619 reinterpret_cast<Instruction*>(stop_pc +
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 507 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; local
508 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
510 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; local
507 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc);
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]

Completed in 544 milliseconds