Searched refs:sim_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
67 Simulator* sim_; member in class:v8::internal::MipsDebugger
109 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
142 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
145 if (!sim_->watched_stops_[code].desc) {
146 sim_->watched_stops_[code].desc = msg;
149 sim_->set_pc(sim_
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc35 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
46 Simulator* sim_; member in class:v8::internal::ArmDebugger
88 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
119 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
122 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) {
123 sim_->watched_stops_[code].desc = msg;
131 sim_
[all...]
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc71 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
85 Simulator* sim_; member in class:v8::internal::MipsDebugger
125 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
144 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
159 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
162 if (!sim_->watched_stops_[code].desc) {
163 sim_->watched_stops_[code].desc = msg;
167 sim_->set_pc(sim_
[all...]

Completed in 85 milliseconds