Lines Matching refs:get_pc
109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
140 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop()
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
160 return sim_->get_pc(); in GetRegisterValue()
280 if (last_pc != sim_->get_pc()) { in Debug()
286 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
288 last_pc = sim_->get_pc(); in Debug()
309 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
312 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
437 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
453 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug()
930 int32_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt()
2216 uint32_t old_pc = get_pc(); in DecodeType01()
2691 intptr_t pc_address = get_pc(); in DecodeType5()
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
3295 int program_counter = get_pc(); in Execute()
3304 program_counter = get_pc(); in Execute()
3318 program_counter = get_pc(); in Execute()