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

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 39 public class Simulator {
66 public Simulator(Machine machine, ConcreteMethod method) {
197 * {@link Simulator#simulate}
208 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.
85 // Running with a simulator.
125 class Simulator {
146 Simulator();
147 ~Simulator();
149 // 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);
67 Simulator* sim_;
87 ArmDebugger::ArmDebugger(Simulator* sim) {
153 PrintF("Simulator hit stop %u: %s\n", code, msg);
155 PrintF("Simulator hit %s\n", msg);
385 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
593 PrintF(" When hitting a stop, the Simulator will\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.
95 // Running with a simulator.
135 class Simulator {
173 Simulator();
174 ~Simulator();
176 // The currently executing Simulator instance. Potentially there can be on
    [all...]
simulator-mips.cc 40 #include "mips/simulator-mips.h"
43 // Only build the simulator if not compiling for real MIPS hardware.
70 // The MipsDebugger class is used by the simulator while debugging simulated
74 explicit MipsDebugger(Simulator* sim);
88 Simulator* sim_;
107 MipsDebugger::MipsDebugger(Simulator* sim) {
151 PrintF("Simulator hit %s\n", str);
357 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
477 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
667 void Simulator::FlushICache(v8::internal::HashMap* i_cache
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 265 milliseconds