Searched refs:get_pc (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind_low.h53 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
H A Dvalgrind-low-s390x.c97 CORE_ADDR get_pc (void) function
205 get_pc,
H A Dvalgrind-low-x86.c95 CORE_ADDR get_pc (void) function
265 get_pc,
H A Dvalgrind-low-amd64.c128 CORE_ADDR get_pc (void) function
353 get_pc,
H A Dvalgrind-low-arm.c105 CORE_ADDR get_pc (void) function
295 get_pc,
H A Dvalgrind-low-arm64.c116 CORE_ADDR get_pc (void) function
245 get_pc,
H A Dvalgrind-low-mips32.c121 CORE_ADDR get_pc (void) function
362 get_pc,
H A Dvalgrind-low-mips64.c122 CORE_ADDR get_pc (void) function
363 get_pc,
H A Dtarget.c246 resume_pc = (*the_low_target.get_pc) ();
310 stop_pc = (*the_low_target.get_pc) ();
H A Dvalgrind-low-ppc32.c155 CORE_ADDR get_pc (void) function
340 get_pc,
H A Dvalgrind-low-ppc64.c152 CORE_ADDR get_pc (void) function
337 get_pc,
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc109 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() !
1320 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]
H A Dsimulator-mips.h182 int32_t get_pc() const;
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc125 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...]
H A Dsimulator-mips64.h213 int64_t get_pc() const;
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc88 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...]
H A Dsimulator-arm.h182 int32_t get_pc() const;
/external/chromium_org/v8/src/
H A Dsampler.cc237 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
254 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
260 state->pc = reinterpret_cast<Address>(simulator_->get_pc());

Completed in 2739 milliseconds