Searched refs:sim_ (Results 1 – 2 of 2) sorted by relevance
53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } in MipsDebugger()67 Simulator* sim_; member in v8::internal::MipsDebugger108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop()141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()144 if (!sim_->watched_stops_[code].desc) { in Stop()145 sim_->watched_stops_[code].desc = msg; in Stop()148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()156 return sim_->get_pc(); in GetRegisterValue()158 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 …]