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

  /development/simulator/app/
SimRuntime.h 5 // between the device and the simulator.
23 * Hold simulator state.
25 class Simulator {
27 Simulator(void);
28 ~Simulator(void);
31 * Commands exchanged between simulator and runtime.
72 * Set up communication with detached simulator.
77 * Tell simulator that we're ready to go.
82 * Tell the simulator that a display has been refreshed.
87 * Tell the simulator to turn the vibrator on or of
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 43 public class Simulator {
70 public Simulator(Machine machine, ConcreteMethod method) {
143 * {@link Simulator#simulate}
154 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
43 // When running without a simulator we call the entry directly.
75 // When running with the simulator transition into simulated execution at this
79 assembler::arm::Simulator::current()->Call(FUNCTION_ADDR(entry), 5, \
83 assembler::arm::Simulator::current()->Call( \
97 class Simulator {
118 Simulator();
119 ~Simulator();
    [all...]
simulator-arm.cc 35 #include "arm/simulator-arm.h"
39 // Only build the simulator if not compiling for real ARM hardware.
55 // The Debugger class is used by the simulator while debugging simulated ARM
59 explicit Debugger(Simulator* sim);
71 Simulator* sim_;
87 Debugger::Debugger(Simulator* sim) {
129 PrintF("Simulator hit %s\n", str);
407 // Create one simulator per thread and keep it in thread local storage.
411 bool Simulator::initialized_ = false;
414 void Simulator::Initialize()
    [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 // When running without a simulator we call the entry directly.
84 // When running with the simulator transition into simulated execution at this
88 assembler::mips::Simulator::current()->Call(FUNCTION_ADDR(entry), 5, \
92 assembler::mips::Simulator::current()->Call(\
103 class Simulator {
141 Simulator();
142 ~Simulator();
    [all...]
simulator-mips.cc 36 #include "mips/simulator-mips.h"
42 // Only build the simulator if not compiling for real MIPS hardware.
64 // The Debugger class is used by the simulator while debugging simulated MIPS
68 explicit Debugger(Simulator* sim);
79 Simulator* sim_;
97 Debugger::Debugger(Simulator* sim) {
138 PrintF("Simulator hit %s\n", str);
264 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
472 // Create one simulator per thread and keep it in thread local storage.
476 bool Simulator::initialized_ = false
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 133 milliseconds