Lines Matching refs:get_pc

125     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);  in Stop()
144 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize); in Stop()
159 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
167 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop()
175 return sim_->get_pc(); in GetRegisterValue()
184 return sim_->get_pc(); in GetFPURegisterValue()
193 return sim_->get_pc(); in GetFPURegisterValueFloat()
202 return sim_->get_pc(); in GetFPURegisterValueDouble()
380 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
381 if (last_pc != sim_->get_pc()) { in Debug()
387 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
388 PrintF(" 0x%016lx %s\n", sim_->get_pc(), buffer.start()); in Debug()
389 last_pc = sim_->get_pc(); in Debug()
410 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug()
414 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
418 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
422 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
549 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
565 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
610 intptr_t stop_pc = sim_->get_pc() - in Debug()
683 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
1268 int64_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
1845 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
2286 int64_t current_pc = get_pc(); in DecodeTypeRegister()
2824 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
3182 int32_t current_pc = get_pc(); in DecodeTypeJump()
3252 int64_t program_counter = get_pc(); in Execute()
3260 program_counter = get_pc(); in Execute()
3274 program_counter = get_pc(); in Execute()