HomeSort by relevance Sort by last modified time
    Searched defs:Simulator (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 57 class Simulator;
58 void _process_events(Simulator* sim);
59 void _update_loop(Simulator* sim);
61 class Simulator {
63 Simulator(int seconds_per_test, const base::FilePath& output_path)
75 ~Simulator() {
126 base::Bind(&Simulator::ProcessEvents,
272 base::Bind(&Simulator::UpdateLoop, weak_factory_.GetWeakPtr()));
350 base::WeakPtrFactory<Simulator> weak_factory_;
382 Simulator sim(seconds_per_test, cl->GetSwitchValuePath("out"))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 38 public class Simulator {
65 public Simulator(Machine machine, ConcreteMethod method) {
196 * {@link Simulator#simulate}
207 this.machine = Simulator.this.machine;
  /external/v8/src/arm/
simulator-arm.h 29 // Declares a Simulator for ARM instructions if we are not generating a native
30 // ARM binary. This Simulator allows us to run and debug ARM code generation on
33 // which will start execution in the Simulator or forwards to the real entry
42 // Running without a simulator on a native arm platform.
47 // When running without a simulator we call the entry directly.
87 // Running with a simulator.
127 class Simulator {
148 explicit Simulator(Isolate* isolate);
149 ~Simulator();
151 // The currently executing Simulator instance. Potentially there can be on
    [all...]
simulator-arm.cc 38 #include "arm/simulator-arm.h"
42 // Only build the simulator if not compiling for real ARM hardware.
52 // The ArmDebugger class is used by the simulator while debugging simulated ARM
56 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
67 Simulator* sim_;
148 PrintF("Simulator hit stop %u: %s\n", code, msg);
150 PrintF("Simulator hit %s\n", msg);
387 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
595 PrintF(" When hitting a stop, the Simulator will\n");
598 Simulator::kNumOfWatchedStops)
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 29 // Declares a Simulator for ARM instructions if we are not generating a native
30 // ARM binary. This Simulator allows us to run and debug ARM code generation on
33 // which will start execution in the Simulator or forwards to the real entry
42 // Running without a simulator on a native arm platform.
47 // When running without a simulator we call the entry directly.
87 // Running with a simulator.
127 class Simulator {
153 explicit Simulator(Isolate* isolate);
154 ~Simulator();
156 // The currently executing Simulator instance. Potentially there can be on
    [all...]
simulator-arm.cc 39 #include "arm/simulator-arm.h"
43 // Only build the simulator if not compiling for real ARM hardware.
53 // The ArmDebugger class is used by the simulator while debugging simulated ARM
57 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
68 Simulator* sim_;
149 PrintF("Simulator hit stop %u: %s\n", code, msg);
151 PrintF("Simulator hit %s\n", msg);
388 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
596 PrintF(" When hitting a stop, the Simulator will\n");
599 Simulator::kNumOfWatchedStops)
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.h 29 // Declares a Simulator for MIPS instructions if we are not generating a native
30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
33 // which will start execution in the Simulator or forwards to the real entry
43 // Running without a simulator on a native mips platform.
48 // When running without a simulator we call the entry directly.
97 // Running with a simulator.
138 class Simulator {
176 explicit Simulator(Isolate* isolate);
177 ~Simulator();
179 // The currently executing Simulator instance. Potentially there can be on
    [all...]
simulator-mips.cc 41 #include "mips/simulator-mips.h"
44 // Only build the simulator if not compiling for real MIPS hardware.
71 // The MipsDebugger class is used by the simulator while debugging simulated
75 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
89 Simulator* sim_;
169 PrintF("Simulator hit %s (%u)\n", msg, code);
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
502 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
743 PrintF(" When hitting a stop, the Simulator will\n");
746 PrintF(" - They can be enabled / disabled: the Simulator\n")
    [all...]
  /external/v8/src/mips/
simulator-mips.h 29 // Declares a Simulator for MIPS instructions if we are not generating a native
30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
33 // which will start execution in the Simulator or forwards to the real entry
43 // Running without a simulator on a native mips platform.
48 // When running without a simulator we call the entry directly.
97 // Running with a simulator.
138 class Simulator {
176 explicit Simulator(Isolate* isolate);
177 ~Simulator();
179 // The currently executing Simulator instance. Potentially there can be on
    [all...]
simulator-mips.cc 41 #include "mips/simulator-mips.h"
44 // Only build the simulator if not compiling for real MIPS hardware.
71 // The MipsDebugger class is used by the simulator while debugging simulated
75 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
89 Simulator* sim_;
169 PrintF("Simulator hit %s (%u)\n", msg, code);
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
502 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
743 PrintF(" When hitting a stop, the Simulator will\n");
746 PrintF(" - They can be enabled / disabled: the Simulator\n")
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 252 milliseconds