HomeSort by relevance Sort by last modified time
    Searched refs:get_pc (Results 1 - 22 of 22) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
valgrind_low.h 53 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
valgrind-low-s390x.c 96 CORE_ADDR get_pc (void) function
213 get_pc,
valgrind-low-x86.c 94 CORE_ADDR get_pc (void) function
284 get_pc,
valgrind-low-arm.c 104 CORE_ADDR get_pc (void) function
300 get_pc,
valgrind-low-amd64.c 127 CORE_ADDR get_pc (void) function
359 get_pc,
valgrind-low-arm64.c 115 CORE_ADDR get_pc (void) function
275 get_pc,
valgrind-low-mips32.c 120 CORE_ADDR get_pc (void) function
369 get_pc,
valgrind-low-mips64.c 121 CORE_ADDR get_pc (void) function
370 get_pc,
valgrind-low-tilegx.c 120 CORE_ADDR get_pc (void) function
250 get_pc,
target.c 258 resume_pc = (*the_low_target.get_pc) ();
320 stop_pc = (*the_low_target.get_pc) ();
valgrind-low-ppc32.c 154 CORE_ADDR get_pc (void) function
348 get_pc,
valgrind-low-ppc64.c 151 CORE_ADDR get_pc (void) function
345 get_pc,
  /external/v8/test/cctest/
test-sampler-api.cc 46 state->pc = reinterpret_cast<void*>(simulator_->get_pc());
63 state->pc = reinterpret_cast<void*>(simulator_->get_pc());
69 state->pc = reinterpret_cast<void*>(simulator_->get_pc());
  /external/v8/src/mips/
simulator-mips.cc 108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
156 return sim_->get_pc();
165 return sim_->get_pc();
174 return sim_->get_pc();
183 return sim_->get_pc();
192 return sim_->get_pc();
415 while (!done && (sim_->get_pc() != Simulator::end_sim_pc))
1736 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 204 int32_t get_pc() const;
  /external/v8/src/mips64/
simulator-mips64.cc 124 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
158 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
174 return sim_->get_pc();
183 return sim_->get_pc();
192 return sim_->get_pc();
201 return sim_->get_pc();
379 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
380 if (last_pc != sim_->get_pc()) {
1661 int64_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 235 int64_t get_pc() const;
  /external/v8/src/ppc/
simulator-ppc.cc 84 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
102 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
116 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
244 if (last_pc != sim_->get_pc()) {
249 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
251 last_pc = sim_->get_pc();
275 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
277 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize)
991 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
    [all...]
simulator-ppc.h 205 intptr_t get_pc() const;
  /external/v8/src/arm/
simulator-arm.cc 87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
105 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
118 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
130 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
138 return sim_->get_pc();
258 if (last_pc != sim_->get_pc()) {
264 reinterpret_cast<byte*>(sim_->get_pc()));
265 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
266 last_pc = sim_->get_pc();
287 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
997 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 188 int32_t get_pc() const;
  /external/v8/src/profiler/
sampler.cc 299 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
325 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
333 state->pc = reinterpret_cast<Address>(simulator_->get_pc());

Completed in 480 milliseconds