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

  /external/ltp/testcases/kernel/syscalls/profil/
profil01.c 36 * just in case compiler put call to get_pc() below "data shuffling" code */
50 static void __attribute__ ((noinline)) *get_pc(void) function
68 size_t offset = (size_t) get_pc() - PROFIL_BUFLEN/2, count = 0;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-s390x.c 96 CORE_ADDR get_pc (void) function
213 get_pc,
valgrind_low.h 53 CORE_ADDR (*get_pc) (void); member in struct:valgrind_target_ops
valgrind-low-arm.c 104 CORE_ADDR get_pc (void) function
300 get_pc,
valgrind-low-arm64.c 115 CORE_ADDR get_pc (void) function
275 get_pc,
valgrind-low-ppc32.c 154 CORE_ADDR get_pc (void) function
348 get_pc,
valgrind-low-amd64.c 127 CORE_ADDR get_pc (void) function
359 get_pc,
valgrind-low-ppc64.c 229 CORE_ADDR get_pc (void) function
503 get_pc,
valgrind-low-x86.c 94 CORE_ADDR get_pc (void) function
284 get_pc,
valgrind-low-mips32.c 120 CORE_ADDR get_pc (void) function
371 get_pc,
valgrind-low-mips64.c 121 CORE_ADDR get_pc (void) function
372 get_pc,
  /external/v8/src/mips/
simulator-mips.cc 94 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
101 return sim_->get_pc();
110 return sim_->get_pc();
119 return sim_->get_pc();
128 return sim_->get_pc();
137 return sim_->get_pc();
360 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
361 if (last_pc != sim_->get_pc()) {
367 reinterpret_cast<byte*>(sim_->get_pc()));
368 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start())
1685 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 106 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
112 return sim_->get_pc();
121 return sim_->get_pc();
130 return sim_->get_pc();
139 return sim_->get_pc();
326 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
327 if (last_pc != sim_->get_pc()) {
333 reinterpret_cast<byte*>(sim_->get_pc()));
334 PrintF(" 0x%016" PRIx64 " %s\n", sim_->get_pc(), buffer.start());
335 last_pc = sim_->get_pc();
1606 int64_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 71 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
82 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
197 if (last_pc != sim_->get_pc()) {
202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
203 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
204 last_pc = sim_->get_pc();
228 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
230 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
233 reinterpret_cast<Instruction*>(sim_->get_pc()));
236 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value))
959 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 77 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
83 return sim_->get_pc();
202 if (last_pc != sim_->get_pc()) {
208 reinterpret_cast<byte*>(sim_->get_pc()));
209 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
210 last_pc = sim_->get_pc();
231 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
234 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
365 cur = reinterpret_cast<byte*>(sim_->get_pc());
381 cur = reinterpret_cast<byte*>(sim_->get_pc());
928 int32_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 76 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
87 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
197 if (last_pc != sim_->get_pc()) {
202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
203 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
204 last_pc = sim_->get_pc();
228 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
230 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
233 reinterpret_cast<Instruction*>(sim_->get_pc()));
236 if (argc == 2 && last_pc != sim_->get_pc()) {
1739 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
    [all...]

Completed in 858 milliseconds