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

/external/v8/src/
H A Dframes.h196 void set_pc(Address pc) { *pc_address() = pc; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dsimulator-mips.cc138 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
388 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
971 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
1264 set_pc(get_register(ra));
1797 set_pc(next_pc);
1806 set_pc(next_pc);
2214 set_pc(next_pc);
2240 set_pc(next_pc);
/external/v8/src/arm/
H A Dsimulator-arm.cc132 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
157 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
912 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
1774 set_pc(get_register(lr));
1795 set_pc(get_pc() + 2 * Instruction::kInstrSize);
2091 set_pc(get_register(rm));
2095 set_pc(get_register(rm));
2567 set_pc(pc_reg + off);
3154 set_pc(get_pc() + 2 * Instruction::kInstrSize);

Completed in 540 milliseconds