Lines Matching refs:get_pc
88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop()
131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
139 return sim_->get_pc(); in GetRegisterValue()
259 if (last_pc != sim_->get_pc()) { in Debug()
265 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
266 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
267 last_pc = sim_->get_pc(); in Debug()
288 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
291 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
417 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
433 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
486 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug()
978 int32_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
1907 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt()
2224 uint32_t old_pc = get_pc(); in DecodeType01()
2838 intptr_t pc_address = get_pc(); in DecodeType5()
3655 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
3667 int program_counter = get_pc(); in Execute()
3676 program_counter = get_pc(); in Execute()
3690 program_counter = get_pc(); in Execute()