Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()
126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop()
141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
156 return sim_->get_pc(); in GetRegisterValue()
165 return sim_->get_pc(); in GetFPURegisterValue32()
174 return sim_->get_pc(); in GetFPURegisterValue64()
183 return sim_->get_pc(); in GetFPURegisterValueFloat()
192 return sim_->get_pc(); in GetFPURegisterValueDouble()
415 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
[all …]
Dsimulator-mips.h204 int32_t get_pc() const;
/external/v8/src/mips64/
Dsimulator-mips64.cc124 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()
143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize); in Stop()
158 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop()
174 return sim_->get_pc(); in GetRegisterValue()
183 return sim_->get_pc(); in GetFPURegisterValue()
192 return sim_->get_pc(); in GetFPURegisterValueFloat()
201 return sim_->get_pc(); in GetFPURegisterValueDouble()
379 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
380 if (last_pc != sim_->get_pc()) { in Debug()
[all …]
Dsimulator-mips64.h235 int64_t get_pc() const;
/external/v8/test/cctest/
Dtest-sampler-api.cc46 state->pc = reinterpret_cast<void*>(simulator_->get_pc()); in FillRegisters()
63 state->pc = reinterpret_cast<void*>(simulator_->get_pc()); in FillRegisters()
69 state->pc = reinterpret_cast<void*>(simulator_->get_pc()); in FillRegisters()
/external/v8/src/ppc/
Dsimulator-ppc.cc84 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
102 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize); in Stop()
116 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
127 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize); in Stop()
244 if (last_pc != sim_->get_pc()) { in Debug()
249 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug()
251 last_pc = sim_->get_pc(); in Debug()
275 if ((reinterpret_cast<Instruction*>(sim_->get_pc())) in Debug()
277 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
[all …]
Dsimulator-ppc.h205 intptr_t get_pc() const;
/external/v8/src/arm/
Dsimulator-arm.cc87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
105 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
118 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop()
130 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
138 return sim_->get_pc(); in GetRegisterValue()
258 if (last_pc != sim_->get_pc()) { in Debug()
264 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
265 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
266 last_pc = sim_->get_pc(); in Debug()
287 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
[all …]
Dsimulator-arm.h188 int32_t get_pc() const;
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind_low.h53 CORE_ADDR (*get_pc) (void); member
Dvalgrind-low-x86.c94 CORE_ADDR get_pc (void) in get_pc() function
284 get_pc,
Dvalgrind-low-s390x.c96 CORE_ADDR get_pc (void) in get_pc() function
213 get_pc,
Dvalgrind-low-arm.c104 CORE_ADDR get_pc (void) in get_pc() function
300 get_pc,
Dvalgrind-low-tilegx.c120 CORE_ADDR get_pc (void) in get_pc() function
250 get_pc,
Dvalgrind-low-amd64.c127 CORE_ADDR get_pc (void) in get_pc() function
359 get_pc,
Dvalgrind-low-arm64.c115 CORE_ADDR get_pc (void) in get_pc() function
275 get_pc,
Dvalgrind-low-mips32.c120 CORE_ADDR get_pc (void) in get_pc() function
369 get_pc,
Dvalgrind-low-mips64.c121 CORE_ADDR get_pc (void) in get_pc() function
370 get_pc,
Dvalgrind-low-ppc32.c154 CORE_ADDR get_pc (void) in get_pc() function
348 get_pc,
Dvalgrind-low-ppc64.c151 CORE_ADDR get_pc (void) in get_pc() function
345 get_pc,
Dtarget.c258 resume_pc = (*the_low_target.get_pc) (); in valgrind_resume()
320 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()
/external/v8/src/profiler/
Dsampler.cc299 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()
325 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()
333 state->pc = reinterpret_cast<Address>(simulator_->get_pc()); in FillRegisters()