• Home
  • Raw
  • Download

Lines Matching refs:get_pc

84       reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);  in Stop()
102 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize); in Stop()
116 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
127 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize); in Stop()
244 if (last_pc != sim_->get_pc()) { in Debug()
249 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
250 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug()
251 last_pc = sim_->get_pc(); in Debug()
275 if ((reinterpret_cast<Instruction*>(sim_->get_pc())) in Debug()
277 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
280 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
283 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) { in Debug()
290 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
291 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug()
294 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
299 if ((reinterpret_cast<Instruction*>(sim_->get_pc())) in Debug()
301 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
305 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
472 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
488 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
542 sim_->get_pc() - (Instruction::kInstrSize + kPointerSize); in Debug()
991 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc() function in v8::internal::Simulator
1468 set_pc(get_pc() + Instruction::kInstrSize + kPointerSize); in SoftwareInterrupt()
1603 intptr_t old_pc = get_pc(); in ExecuteBranchConditional()
3406 special_reg_lr_ = get_pc() + 4; in ExecuteGeneric()
3408 set_pc(get_pc() + offset); in ExecuteGeneric()
3822 intptr_t program_counter = get_pc(); in Execute()
3831 program_counter = get_pc(); in Execute()
3845 program_counter = get_pc(); in Execute()
3865 set_register(r12, get_pc()); in CallInternal()