Lines Matching refs:set_pc
88 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize); in Stop()
231 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
277 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
391 sim_->set_pc(value); in Debug()
1614 void Simulator::set_pc(intptr_t value) { in set_pc() function in v8::internal::Simulator
2160 set_pc(saved_lr); in SoftwareInterrupt()
2181 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()
2352 set_pc(reinterpret_cast<intptr_t>(instr) + length); in ExecuteInstruction()
2398 set_pc(*(reinterpret_cast<intptr_t*>(entry))); in CallInternal()
2401 set_pc(static_cast<intptr_t>(entry)); in CallInternal()
2520 set_pc(*(reinterpret_cast<intptr_t*>(entry))); in CallImpl()
2523 set_pc(static_cast<intptr_t>(entry)); in CallImpl()
2932 set_pc(get_pc() + offset); in EVALUATE()
2968 set_pc(get_pc() + offset); in EVALUATE()
3210 set_pc(get_pc() + 2); in EVALUATE()
3246 set_pc(r2_val); in EVALUATE()
3285 set_pc(r2_val); in EVALUATE()
3887 set_pc(branch_address); in EVALUATE()
3918 set_pc(branch_address); in EVALUATE()
4592 set_pc(pc + d2 * 2); in EVALUATE()
4605 set_pc(get_pc() + offset); in EVALUATE()
4619 set_pc(get_pc() + offset); in EVALUATE()
4705 set_pc(pc + d2 * 2); // update register in EVALUATE()
9249 set_pc(branch_address); in EVALUATE()