Lines Matching refs:get_pc
124 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()
143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize); in Stop()
158 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop()
174 return sim_->get_pc(); in GetRegisterValue()
183 return sim_->get_pc(); in GetFPURegisterValue()
192 return sim_->get_pc(); in GetFPURegisterValueFloat()
201 return sim_->get_pc(); in GetFPURegisterValueDouble()
379 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
380 if (last_pc != sim_->get_pc()) { in Debug()
386 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
387 PrintF(" 0x%016lx %s\n", sim_->get_pc(), buffer.start()); in Debug()
388 last_pc = sim_->get_pc(); in Debug()
409 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug()
413 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
417 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
421 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
548 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
564 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
609 intptr_t stop_pc = sim_->get_pc() - in Debug()
682 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
1661 int64_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
2244 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
3395 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL()
3405 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL()
4137 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4150 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4161 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4173 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4179 next_pc = get_pc() + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4324 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4527 int64_t current_pc = get_pc(); in DecodeTypeImmediate()
4597 reinterpret_cast<Instruction*>(get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4611 int64_t current_pc = get_pc(); in DecodeTypeJump()
4681 int64_t program_counter = get_pc(); in Execute()
4689 program_counter = get_pc(); in Execute()
4703 program_counter = get_pc(); in Execute()