Searched refs:get_pc (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/v8/src/mips/ |
D | simulator-mips.cc | 130 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 …]
|
D | simulator-mips.h | 204 int32_t get_pc() const;
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 130 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 …]
|
D | simulator-mips.h | 202 int32_t get_pc() const;
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 109 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 …]
|
D | simulator-arm.h | 175 int32_t get_pc() const;
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind_low.h | 50 CORE_ADDR (*get_pc) (void); member
|
D | valgrind-low-x86.c | 95 CORE_ADDR get_pc (void) in get_pc() function 265 get_pc,
|
D | valgrind-low-s390x.c | 97 CORE_ADDR get_pc (void) in get_pc() function 205 get_pc,
|
D | valgrind-low-arm.c | 105 CORE_ADDR get_pc (void) in get_pc() function 295 get_pc,
|
D | valgrind-low-mips32.c | 120 CORE_ADDR get_pc (void) in get_pc() function 247 get_pc,
|
D | valgrind-low-amd64.c | 128 CORE_ADDR get_pc (void) in get_pc() function 353 get_pc,
|
D | target.c | 236 resume_pc = (*the_low_target.get_pc) (); in valgrind_resume() 279 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
|
D | valgrind-low-ppc64.c | 152 CORE_ADDR get_pc (void) in get_pc() function 337 get_pc,
|
D | valgrind-low-ppc32.c | 155 CORE_ADDR get_pc (void) in get_pc() function 340 get_pc,
|
/external/chromium_org/v8/src/arm/ |
D | simulator-arm.cc | 110 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop() 128 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop() 153 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 161 return sim_->get_pc(); in GetRegisterValue() 281 if (last_pc != sim_->get_pc()) { in Debug() 287 reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 288 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug() 289 last_pc = sim_->get_pc(); in Debug() 310 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() [all …]
|
D | simulator-arm.h | 208 int32_t get_pc() const;
|
/external/chromium_org/v8/src/ |
D | sampler.cc | 225 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()
|