/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind_low.h | 50 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
|
valgrind-low-s390x.c | 97 CORE_ADDR get_pc (void) function 205 get_pc,
|
valgrind-low-arm.c | 105 CORE_ADDR get_pc (void) function 295 get_pc,
|
valgrind-low-mips32.c | 120 CORE_ADDR get_pc (void) function 247 get_pc,
|
valgrind-low-x86.c | 95 CORE_ADDR get_pc (void) function 265 get_pc,
|
target.c | 236 resume_pc = (*the_low_target.get_pc) (); 279 stop_pc = (*the_low_target.get_pc) ();
|
valgrind-low-amd64.c | 128 CORE_ADDR get_pc (void) function 353 get_pc,
|
valgrind-low-ppc32.c | 155 CORE_ADDR get_pc (void) function 340 get_pc,
|
valgrind-low-ppc64.c | 152 CORE_ADDR get_pc (void) function 337 get_pc,
|
/external/chromium_org/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)) 1196 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/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...] |
simulator-mips.h | 202 int32_t get_pc() const;
|
/external/chromium_org/v8/src/arm/ |
simulator-arm.cc | 110 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); 128 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); 141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() 153 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); 161 return sim_->get_pc(); 281 if (last_pc != sim_->get_pc()) { 287 reinterpret_cast<byte*>(sim_->get_pc())); 288 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); 289 last_pc = sim_->get_pc(); 310 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); 989 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator [all...] |
simulator-arm.h | 208 int32_t get_pc() const;
|
/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...] |
simulator-arm.h | 175 int32_t get_pc() const;
|
/dalvik/vm/mterp/x86/ |
header.S | 159 .macro GET_PC
|
footer.S | 38 GET_PC 184 GET_PC [all...] |
/external/chromium_org/v8/src/ |
sampler.cc | 225 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 166 .macro GET_PC [all...] |