/external/v8/src/mips/ |
D | simulator-mips.cc | 108 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 …]
|
D | simulator-mips.h | 204 int32_t get_pc() const;
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 124 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 …]
|
D | simulator-mips64.h | 235 int64_t get_pc() const;
|
/external/v8/test/cctest/ |
D | test-sampler-api.cc | 46 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/ |
D | simulator-ppc.cc | 84 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 …]
|
D | simulator-ppc.h | 205 intptr_t get_pc() const;
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 87 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 …]
|
D | simulator-arm.h | 188 int32_t get_pc() const;
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind_low.h | 53 CORE_ADDR (*get_pc) (void); member
|
D | valgrind-low-x86.c | 94 CORE_ADDR get_pc (void) in get_pc() function 284 get_pc,
|
D | valgrind-low-s390x.c | 96 CORE_ADDR get_pc (void) in get_pc() function 213 get_pc,
|
D | valgrind-low-arm.c | 104 CORE_ADDR get_pc (void) in get_pc() function 300 get_pc,
|
D | valgrind-low-tilegx.c | 120 CORE_ADDR get_pc (void) in get_pc() function 250 get_pc,
|
D | valgrind-low-amd64.c | 127 CORE_ADDR get_pc (void) in get_pc() function 359 get_pc,
|
D | valgrind-low-arm64.c | 115 CORE_ADDR get_pc (void) in get_pc() function 275 get_pc,
|
D | valgrind-low-mips32.c | 120 CORE_ADDR get_pc (void) in get_pc() function 369 get_pc,
|
D | valgrind-low-mips64.c | 121 CORE_ADDR get_pc (void) in get_pc() function 370 get_pc,
|
D | valgrind-low-ppc32.c | 154 CORE_ADDR get_pc (void) in get_pc() function 348 get_pc,
|
D | valgrind-low-ppc64.c | 151 CORE_ADDR get_pc (void) in get_pc() function 345 get_pc,
|
D | target.c | 258 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/ |
D | sampler.cc | 299 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()
|