Searched refs:set_pc (Results 1 - 17 of 17) 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-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,
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,
/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...]
H A Dsimulator-mips.h201 void set_pc(int32_t value);
/external/v8/src/arm/
H A Dsimulator-arm.h174 void set_pc(int32_t value);
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);
H A Dassembler-arm.cc2483 rinfo.set_pc(rinfo.pc() + pc_delta);
/external/v8/src/
H A Dassembler.h262 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::BASE_EMBEDDED
H A Dframes.h208 void set_pc(Address pc) { *pc_address() = pc; }
H A Dtype-info.cc634 info->set_pc(new_start + (info->pc() - old_start));
H A Dliveedit.cc1518 top_frame->set_pc(code->entry());
H A Ddebug.cc1891 frame->set_pc(

Completed in 199 milliseconds