Searched defs:get_pc (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind_low.h50 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
H A Dvalgrind-low-amd64.c110 CORE_ADDR get_pc (void) function
290 get_pc,
H A Dvalgrind-low-arm.c105 CORE_ADDR get_pc (void) function
285 get_pc,
H A Dvalgrind-low-ppc32.c155 CORE_ADDR get_pc (void) function
330 get_pc,
H A Dvalgrind-low-ppc64.c152 CORE_ADDR get_pc (void) function
327 get_pc,
H A Dvalgrind-low-s390x.c96 CORE_ADDR get_pc (void) function
193 get_pc,
H A Dvalgrind-low-x86.c95 CORE_ADDR get_pc (void) function
260 get_pc,
/external/v8/src/mips/
H A Dsimulator-mips.cc130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
163 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
178 return sim_->get_pc();
187 return sim_->get_pc();
196 return sim_->get_pc();
205 return sim_->get_pc();
214 return sim_->get_pc();
375 while (!done && (sim_->get_pc() !
1213 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
140 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
160 return sim_->get_pc();
280 if (last_pc != sim_->get_pc()) {
286 reinterpret_cast<byte*>(sim_->get_pc()));
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
288 last_pc = sim_->get_pc();
309 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
930 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]

Completed in 70 milliseconds