HomeSort by relevance Sort by last modified time
    Searched refs:get_pc (Results 1 - 24 of 24) 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/src/profiler/
tick-sample.cc 179 state->pc = reinterpret_cast<Address>(simulator->get_pc());
190 state->pc = reinterpret_cast<Address>(simulator->get_pc());
196 state->pc = reinterpret_cast<Address>(simulator->get_pc());
202 state->pc = reinterpret_cast<Address>(simulator->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());
75 state->pc = reinterpret_cast<void*>(simulator_->get_pc());
  /external/v8/src/mips/
simulator-mips.cc 109 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
142 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
149 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
157 return sim_->get_pc();
166 return sim_->get_pc();
175 return sim_->get_pc();
184 return sim_->get_pc();
193 return sim_->get_pc();
416 while (!done && (sim_->get_pc() != Simulator::end_sim_pc))
1730 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/ppc/
simulator-ppc.cc 87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
105 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
119 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
130 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
247 if (last_pc != sim_->get_pc()) {
252 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
253 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
254 last_pc = sim_->get_pc();
278 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
280 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize)
1008 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/mips64/
simulator-mips64.cc 122 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
141 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
156 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
164 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
172 return sim_->get_pc();
181 return sim_->get_pc();
190 return sim_->get_pc();
199 return sim_->get_pc();
386 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
387 if (last_pc != sim_->get_pc()) {
1664 int64_t Simulator::get_pc() const { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 214 int64_t get_pc() const;
  /external/v8/src/arm/
simulator-arm.cc 88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
139 return sim_->get_pc();
259 if (last_pc != sim_->get_pc()) {
265 reinterpret_cast<byte*>(sim_->get_pc()));
266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
267 last_pc = sim_->get_pc();
288 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
994 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/s390/
simulator-s390.cc 89 reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
107 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
130 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
241 if (last_pc != sim_->get_pc()) {
246 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
247 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start());
248 last_pc = sim_->get_pc();
272 if ((reinterpret_cast<Instruction*>(sim_->get_pc()))
274 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr))
1765 intptr_t Simulator::get_pc() const { return special_reg_pc_; } function in class:v8::internal::Simulator
    [all...]
simulator-s390.h 199 intptr_t get_pc() const;

Completed in 236 milliseconds