Searched refs:sim_ (Results 1 – 3 of 3) sorted by relevance
53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } in MipsDebugger()67 Simulator* sim_; member in v8::internal::MipsDebugger109 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop()142 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()145 if (!sim_->watched_stops_[code].desc) { in Stop()146 sim_->watched_stops_[code].desc = msg; in Stop()149 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()157 return sim_->get_pc(); in GetRegisterValue()159 return sim_->get_register(regnum); in GetRegisterValue()[all …]
35 explicit ArmDebugger(Simulator* sim) : sim_(sim) { } in ArmDebugger()46 Simulator* sim_; member in v8::internal::ArmDebugger88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()119 char* msg = *reinterpret_cast<char**>(sim_->get_pc() in Stop()122 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()123 sim_->watched_stops_[code].desc = msg; in Stop()131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()139 return sim_->get_pc(); in GetRegisterValue()141 return sim_->get_register(regnum); in GetRegisterValue()[all …]
71 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } in MipsDebugger()85 Simulator* sim_; member in v8::internal::MipsDebugger125 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()162 if (!sim_->watched_stops_[code].desc) { in Stop()163 sim_->watched_stops_[code].desc = msg; in Stop()167 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop()175 return sim_->get_pc(); in GetRegisterValue()177 return sim_->get_register(regnum); in GetRegisterValue()[all …]