Home
last modified time | relevance | path

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

/external/chromium_org/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.h204 int32_t get_pc() const;
/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
265 get_pc,
Dvalgrind-low-s390x.c97 CORE_ADDR get_pc (void) in get_pc() function
205 get_pc,
Dvalgrind-low-arm.c105 CORE_ADDR get_pc (void) in get_pc() function
295 get_pc,
Dvalgrind-low-mips32.c120 CORE_ADDR get_pc (void) in get_pc() function
247 get_pc,
Dvalgrind-low-amd64.c128 CORE_ADDR get_pc (void) in get_pc() function
353 get_pc,
Dtarget.c236 resume_pc = (*the_low_target.get_pc) (); in valgrind_resume()
279 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
Dvalgrind-low-ppc64.c152 CORE_ADDR get_pc (void) in get_pc() function
337 get_pc,
Dvalgrind-low-ppc32.c155 CORE_ADDR get_pc (void) in get_pc() function
340 get_pc,
/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc110 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 …]
Dsimulator-arm.h208 int32_t get_pc() const;
/external/chromium_org/v8/src/
Dsampler.cc225 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()