Searched defs:Simulator (Results 1 - 14 of 14) sorted by relevance

/external/autotest/client/deps/lansim/src/py/
H A Dsimulator.py16 "A Simulator generic error."
29 class Simulator(object): class in inherits:object
165 """Runs the Simulator.
279 class SimulatorThread(threading.Thread, Simulator):
280 """A threaded version of the Simulator.
282 This class exposses a similar interface as the Simulator class with the
284 start() that should be called instead of Simulator.run(). start() will make
303 Simulator.__init__(self, iface)
395 This method wraps the Simulator.run() to pass the timeout value passed
399 Simulator
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h6 // Declares a Simulator for ARM instructions if we are not generating a native
7 // ARM binary. This Simulator allows us to run and debug ARM code generation on
10 // which will start execution in the Simulator or forwards to the real entry
107 class Simulator { class in namespace:v8::internal
133 explicit Simulator(Isolate* isolate);
134 ~Simulator();
136 // The currently executing Simulator instance. Potentially there can be one
138 static Simulator* current(v8::internal::Isolate* isolate);
397 // Simulator support.
436 reinterpret_cast<Object*>(Simulator
[all...]
H A Dsimulator-arm.cc35 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
46 Simulator* sim_;
127 PrintF("Simulator hit stop %u: %s\n", code, msg);
129 PrintF("Simulator hit %s\n", msg);
371 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
580 PrintF(" When hitting a stop, the Simulator will\n");
583 Simulator::kNumOfWatchedStops);
584 PrintF(" - They can be enabled / disabled: the Simulator\n");
586 PrintF(" - The Simulator keeps track of how many times they \n");
634 void Simulator
713 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::Simulator
[all...]
/external/v8/src/mips/
H A Dsimulator-mips.h6 // Declares a Simulator for MIPS instructions if we are not generating a native
7 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
10 // which will start execution in the Simulator or forwards to the real entry
116 class Simulator { class in namespace:v8::internal
154 explicit Simulator(Isolate* isolate);
155 ~Simulator();
157 // The currently executing Simulator instance. Potentially there can be one
159 static Simulator* current(v8::internal::Isolate* isolate);
439 // Simulator support.
477 reinterpret_cast<Object*>(Simulator
[all...]
H A Dsimulator-mips.cc53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
67 Simulator* sim_;
148 PrintF("Simulator hit %s (%u)\n", msg, code);
416 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
554 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
809 PrintF(" When hitting a stop, the Simulator will\n");
812 PrintF(" - They can be enabled / disabled: the Simulator\n");
814 PrintF(" - The Simulator keeps track of how many times they \n");
862 void Simulator::set_last_debugger_input(char* input) {
867 void Simulator
941 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::Simulator
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.h6 // Declares a Simulator for MIPS instructions if we are not generating a native
7 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
10 // which will start execution in the Simulator or forwards to the real entry
125 class Simulator { class in namespace:v8::internal
163 explicit Simulator(Isolate* isolate);
164 ~Simulator();
166 // The currently executing Simulator instance. Potentially there can be one
168 static Simulator* current(v8::internal::Isolate* isolate);
451 // Simulator support.
490 reinterpret_cast<Object*>(Simulator
[all...]
H A Dsimulator-mips64.cc68 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
82 Simulator* sim_;
162 PrintF("Simulator hit %s (%u)\n", msg, code);
386 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
504 cur = reinterpret_cast<int64_t*>(sim_->get_register(Simulator::sp));
746 PrintF(" When hitting a stop, the Simulator will\n");
749 PrintF(" - They can be enabled / disabled: the Simulator\n");
751 PrintF(" - The Simulator keeps track of how many times they \n");
799 void Simulator::set_last_debugger_input(char* input) {
804 void Simulator
879 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::Simulator
[all...]
/external/v8/src/ppc/
H A Dsimulator-ppc.h6 // Declares a Simulator for PPC instructions if we are not generating a native
7 // PPC binary. This Simulator allows us to run and debug PPC code generation on
10 // which will start execution in the Simulator or forwards to the real entry
102 class Simulator { class in namespace:v8::internal
175 explicit Simulator(Isolate* isolate);
176 ~Simulator();
178 // The currently executing Simulator instance. Potentially there can be one
180 static Simulator* current(v8::internal::Isolate* isolate);
362 // Simulator support.
402 reinterpret_cast<Object*>(Simulator
[all...]
H A Dsimulator-ppc.cc38 explicit PPCDebugger(Simulator* sim) : sim_(sim) {}
48 Simulator* sim_;
126 PrintF("Simulator hit stop %u: %s\n", code, msg);
128 PrintF("Simulator hit %s\n", msg);
425 cur = reinterpret_cast<intptr_t*>(sim_->get_register(Simulator::sp));
650 PrintF(" When hitting a stop, the Simulator will\n");
653 Simulator::kNumOfWatchedStops);
654 PrintF(" - They can be enabled / disabled: the Simulator\n");
656 PrintF(" - The Simulator keeps track of how many times they \n");
706 void Simulator
787 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::Simulator
[all...]
/external/v8/src/s390/
H A Dsimulator-s390.h5 // Declares a Simulator for S390 instructions if we are not generating a native
6 // S390 binary. This Simulator allows us to run and debug S390 code generation
9 // which will start execution in the Simulator or forwards to the real entry
99 class Simulator { class in namespace:v8::internal
145 explicit Simulator(Isolate* isolate);
146 ~Simulator();
148 // The currently executing Simulator instance. Potentially there can be one
150 static Simulator* current(v8::internal::Isolate* isolate);
473 // Simulator support.
513 typedef int (Simulator
[all...]
H A Dsimulator-s390.cc38 explicit S390Debugger(Simulator* sim) : sim_(sim) {}
53 Simulator* sim_;
126 PrintF("Simulator hit stop %u: %s\n", code, msg);
128 PrintF("Simulator hit %s\n", msg);
441 cur = reinterpret_cast<intptr_t*>(sim_->get_register(Simulator::sp));
650 PrintF(" When hitting a stop, the Simulator will\n");
653 Simulator::kNumOfWatchedStops);
654 PrintF(" - They can be enabled / disabled: the Simulator\n");
656 PrintF(" - The Simulator keeps track of how many times they \n");
702 void Simulator
1513 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { function in class:v8::internal::Simulator
[all...]
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h686 class Simulator : public DecoderVisitor { class in namespace:vixl
688 explicit Simulator(Decoder* decoder, FILE* stream = stdout);
689 ~Simulator();
1479 typedef LogicVRegister (Simulator::*ByElementOp)(VectorFormat vform,
2376 typedef float (Simulator::*FPMinMaxOp)(float a, float b);
H A Dsimulator-a64.cc35 const Instruction* Simulator::kEndOfSimAddress = NULL;
62 Simulator::Simulator(Decoder* decoder, FILE* stream) { function in class:vixl::Simulator
102 void Simulator::ResetState() {
120 // Returning to address 0 exits the Simulator.
125 Simulator::~Simulator() {
136 void Simulator::Run() {
145 void Simulator::RunFrom(const Instruction* first) {
151 const char* Simulator
[all...]
/external/v8/src/arm64/
H A Dsimulator-arm64.cc60 void Simulator::TraceSim(const char* format, ...) {
70 const Instruction* Simulator::kEndOfSimAddress = NULL;
98 void Simulator::Initialize(Isolate* isolate) {
105 // Get the active Simulator for the current thread.
106 Simulator* Simulator::current(Isolate* isolate) {
111 Simulator* sim = isolate_data->simulator();
114 sim = new Simulator(new Decoder<DispatchingDecoderVisitor>(), isolate);
116 sim = new Decoder<Simulator>();
125 void Simulator
353 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, function in class:v8::internal::Simulator
377 Simulator::Simulator() function in class:v8::internal::Simulator
[all...]

Completed in 1847 milliseconds