Searched refs:get_pc (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 109 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop() 127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop() 142 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop() 149 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 157 return sim_->get_pc(); in GetRegisterValue() 166 return sim_->get_pc(); in GetFPURegisterValue32() 175 return sim_->get_pc(); in GetFPURegisterValue64() 184 return sim_->get_pc(); in GetFPURegisterValueFloat() 193 return sim_->get_pc(); in GetFPURegisterValueDouble() 416 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() [all …]
|
D | simulator-mips.h | 182 int32_t get_pc() const;
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 125 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop() 144 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize); in Stop() 159 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop() 167 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop() 175 return sim_->get_pc(); in GetRegisterValue() 184 return sim_->get_pc(); in GetFPURegisterValue() 193 return sim_->get_pc(); in GetFPURegisterValueFloat() 202 return sim_->get_pc(); in GetFPURegisterValueDouble() 380 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() 381 if (last_pc != sim_->get_pc()) { in Debug() [all …]
|
D | simulator-mips64.h | 213 int64_t get_pc() const;
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop() 106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 119 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop() 131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 139 return sim_->get_pc(); in GetRegisterValue() 259 if (last_pc != sim_->get_pc()) { in Debug() 265 reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug() 267 last_pc = sim_->get_pc(); in Debug() 288 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() [all …]
|
D | simulator-arm.h | 182 int32_t get_pc() const;
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind_low.h | 53 CORE_ADDR (*get_pc) (void); member
|
D | valgrind-low-x86.c | 94 CORE_ADDR get_pc (void) in get_pc() function 284 get_pc,
|
D | valgrind-low-s390x.c | 96 CORE_ADDR get_pc (void) in get_pc() function 213 get_pc,
|
D | valgrind-low-arm.c | 104 CORE_ADDR get_pc (void) in get_pc() function 300 get_pc,
|
D | valgrind-low-amd64.c | 127 CORE_ADDR get_pc (void) in get_pc() function 359 get_pc,
|
D | valgrind-low-arm64.c | 115 CORE_ADDR get_pc (void) in get_pc() function 275 get_pc,
|
D | valgrind-low-tilegx.c | 120 CORE_ADDR get_pc (void) in get_pc() function 248 get_pc,
|
D | valgrind-low-mips32.c | 120 CORE_ADDR get_pc (void) in get_pc() function 369 get_pc,
|
D | valgrind-low-mips64.c | 121 CORE_ADDR get_pc (void) in get_pc() function 370 get_pc,
|
D | valgrind-low-ppc64.c | 151 CORE_ADDR get_pc (void) in get_pc() function 345 get_pc,
|
D | valgrind-low-ppc32.c | 154 CORE_ADDR get_pc (void) in get_pc() function 348 get_pc,
|
D | target.c | 258 resume_pc = (*the_low_target.get_pc) (); in valgrind_resume() 320 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
|
/external/v8/src/ |
D | sampler.cc | 237 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters() 254 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters() 260 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()
|