Home
last modified time | relevance | path

Searched refs:get_pc (Results 1 – 12 of 12) sorted by relevance

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