Searched defs:set_pc (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind_low.h51 void (*set_pc) (CORE_ADDR newpc); member in struct:valgrind_target_ops
H A Dvalgrind-low-amd64.c121 void set_pc (CORE_ADDR newpc) function
291 set_pc,
H A Dvalgrind-low-arm.c116 void set_pc (CORE_ADDR newpc) function
286 set_pc,
H A Dvalgrind-low-ppc32.c166 void set_pc (CORE_ADDR newpc) function
331 set_pc,
H A Dvalgrind-low-ppc64.c163 void set_pc (CORE_ADDR newpc) function
328 set_pc,
H A Dvalgrind-low-s390x.c107 void set_pc (CORE_ADDR newpc) function
194 set_pc,
H A Dvalgrind-low-x86.c106 void set_pc (CORE_ADDR newpc) function
261 set_pc,
/external/v8/src/
H A Dassembler.h262 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dsimulator-mips.cc148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1201 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
1559 set_pc(get_register(ra));
1599 set_pc(get_pc() + 2 * Instruction::kInstrSize);
2189 set_pc(next_pc);
2198 set_pc(next_pc);
2612 set_pc(next_pc);
2638 set_pc(next_p
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
918 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
1896 set_pc(get_register(lr));
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize);
2213 set_pc(get_register(rm));
2217 set_pc(get_register(rm));
2696 set_pc(pc_reg + off);
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize);

Completed in 157 milliseconds