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

/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind_low.h53 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
H A Dvalgrind-low-arm.c104 CORE_ADDR get_pc (void) function
300 get_pc,
H A Dvalgrind-low-arm64.c115 CORE_ADDR get_pc (void) function
275 get_pc,
H A Dvalgrind-low-ppc32.c154 CORE_ADDR get_pc (void) function
348 get_pc,
H A Dvalgrind-low-ppc64.c151 CORE_ADDR get_pc (void) function
345 get_pc,
H A Dvalgrind-low-s390x.c96 CORE_ADDR get_pc (void) function
213 get_pc,
H A Dvalgrind-low-tilegx.c120 CORE_ADDR get_pc (void) function
250 get_pc,
H A Dvalgrind-low-amd64.c127 CORE_ADDR get_pc (void) function
359 get_pc,
H A Dvalgrind-low-x86.c94 CORE_ADDR get_pc (void) function
284 get_pc,
H A Dvalgrind-low-mips32.c120 CORE_ADDR get_pc (void) function
369 get_pc,
H A Dvalgrind-low-mips64.c121 CORE_ADDR get_pc (void) function
370 get_pc,
/external/v8/src/ppc/
H A Dsimulator-ppc.cc87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
105 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
119 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
130 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
247 if (last_pc != sim_->get_pc()) {
252 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
253 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
254 last_pc = sim_->get_pc();
278 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
280 sim_->set_pc(sim_->get_pc()
1008 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
[all...]
/external/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()));
994 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]
/external/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() !
1730 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc122 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
141 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
156 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
164 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
172 return sim_->get_pc();
181 return sim_->get_pc();
190 return sim_->get_pc();
199 return sim_->get_pc();
386 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
387 if (last_pc != sim_->get_pc()) {
1664 int64_t Simulator::get_pc() const { function in class:v8::internal::Simulator
[all...]
/external/v8/src/s390/
H A Dsimulator-s390.cc89 reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
107 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
130 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
241 if (last_pc != sim_->get_pc()) {
246 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
247 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
248 last_pc = sim_->get_pc();
272 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
274 sim_->set_pc(sim_->get_pc()
1765 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
[all...]

Completed in 389 milliseconds