HomeSort by relevance Sort by last modified time
    Searched defs:get_pc (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 53 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
valgrind-low-arm64.c 116 CORE_ADDR get_pc (void) function
245 get_pc,
valgrind-low-s390x.c 97 CORE_ADDR get_pc (void) function
205 get_pc,
valgrind-low-arm.c 105 CORE_ADDR get_pc (void) function
295 get_pc,
valgrind-low-ppc32.c 155 CORE_ADDR get_pc (void) function
340 get_pc,
valgrind-low-ppc64.c 152 CORE_ADDR get_pc (void) function
337 get_pc,
valgrind-low-x86.c 95 CORE_ADDR get_pc (void) function
265 get_pc,
valgrind-low-amd64.c 128 CORE_ADDR get_pc (void) function
353 get_pc,
valgrind-low-mips32.c 121 CORE_ADDR get_pc (void) function
362 get_pc,
valgrind-low-mips64.c 122 CORE_ADDR get_pc (void) function
363 get_pc,
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 109 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
142 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
149 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
157 return sim_->get_pc();
166 return sim_->get_pc();
175 return sim_->get_pc();
184 return sim_->get_pc();
193 return sim_->get_pc();
416 while (!done && (sim_->get_pc() != Simulator::end_sim_pc))
1320 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
139 return sim_->get_pc();
259 if (last_pc != sim_->get_pc()) {
265 reinterpret_cast<byte*>(sim_->get_pc()));
266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
267 last_pc = sim_->get_pc();
288 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
978 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc 125 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
144 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
159 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
167 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
175 return sim_->get_pc();
184 return sim_->get_pc();
193 return sim_->get_pc();
202 return sim_->get_pc();
380 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
381 if (last_pc != sim_->get_pc()) {
1268 int64_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]

Completed in 1565 milliseconds