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

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c 96 CORE_ADDR get_pc (void) function
193 get_pc,
valgrind_low.h 50 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
valgrind-low-amd64.c 110 CORE_ADDR get_pc (void) function
290 get_pc,
valgrind-low-arm.c 105 CORE_ADDR get_pc (void) function
285 get_pc,
valgrind-low-ppc32.c 155 CORE_ADDR get_pc (void) function
330 get_pc,
valgrind-low-ppc64.c 152 CORE_ADDR get_pc (void) function
327 get_pc,
valgrind-low-x86.c 95 CORE_ADDR get_pc (void) function
260 get_pc,
  /external/v8/src/mips/
simulator-mips.cc 130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
163 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
178 return sim_->get_pc();
187 return sim_->get_pc();
196 return sim_->get_pc();
205 return sim_->get_pc();
214 return sim_->get_pc();
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc))
1213 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
140 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
160 return sim_->get_pc();
280 if (last_pc != sim_->get_pc()) {
286 reinterpret_cast<byte*>(sim_->get_pc()));
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
288 last_pc = sim_->get_pc();
309 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
930 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]

Completed in 760 milliseconds