• Home
  • Raw
  • Download

Lines Matching refs:get_pc

130     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);  in Stop()
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop()
163 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
178 return sim_->get_pc(); in GetRegisterValue()
187 return sim_->get_pc(); in GetFPURegisterValueInt()
196 return sim_->get_pc(); in GetFPURegisterValueLong()
205 return sim_->get_pc(); in GetFPURegisterValueFloat()
214 return sim_->get_pc(); in GetFPURegisterValueDouble()
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
376 if (last_pc != sim_->get_pc()) { in Debug()
382 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
383 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
384 last_pc = sim_->get_pc(); in Debug()
405 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug()
409 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
417 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
554 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
570 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
615 intptr_t stop_pc = sim_->get_pc() - in Debug()
688 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
1213 int32_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
1599 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
1943 int32_t current_pc = get_pc(); in DecodeTypeRegister()
2312 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
2620 int32_t current_pc = get_pc(); in DecodeTypeJump()
2683 int program_counter = get_pc(); in Execute()
2691 program_counter = get_pc(); in Execute()
2705 program_counter = get_pc(); in Execute()