HomeSort by relevance Sort by last modified time
    Searched refs:sim_ (Results 1 - 6 of 6) sorted by null

  /external/v8/src/ppc/
simulator-ppc.cc 35 explicit PPCDebugger(Simulator* sim) : sim_(sim) {}
45 Simulator* sim_; member in class:v8::internal::PPCDebugger
84 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
102 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
116 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
118 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) {
119 sim_->watched_stops_[code].desc = msg;
127 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize)
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 34 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
45 Simulator* sim_; member in class:v8::internal::ArmDebugger
87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
105 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
118 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
121 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) {
122 sim_->watched_stops_[code].desc = msg;
130 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize)
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 52 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
66 Simulator* sim_; member in class:v8::internal::MipsDebugger
108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
144 if (!sim_->watched_stops_[code].desc) {
145 sim_->watched_stops_[code].desc = msg;
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize)
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 70 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
84 Simulator* sim_; member in class:v8::internal::MipsDebugger
124 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
158 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
161 if (!sim_->watched_stops_[code].desc) {
162 sim_->watched_stops_[code].desc = msg;
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 125 Simulation sim_; member in class:Smoke
Smoke.cpp 48 sim_paused_(false), sim_(5000), camera_(2.5f), frame_data_(),
77 const int object_per_worker = sim_.objects().size() / worker_count;
86 object_end = sim_.objects().size();
474 sim_.set_frame_data_size(object_data_size);
478 buf_info.size = object_data_size * sim_.objects().size();
701 sim_.update(worker.tick_interval_, worker.object_begin_, worker.object_end_);
729 auto &obj = sim_.objects()[i];

Completed in 68 milliseconds