Searched defs:MipsDebugger (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.cc49 // The MipsDebugger class is used by the simulator while debugging simulated
51 class MipsDebugger { class in namespace:v8::internal
53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } function in class:v8::internal::MipsDebugger
54 ~MipsDebugger();
88 MipsDebugger::~MipsDebugger() {
104 void MipsDebugger::Stop(Instruction* instr) {
138 void MipsDebugger::Stop(Instruction* instr) {
155 int32_t MipsDebugger::GetRegisterValue(int regnum) {
164 int32_t MipsDebugger
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc64 // The MipsDebugger class is used by the simulator while debugging simulated
66 class MipsDebugger { class in namespace:v8::internal
68 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } function in class:v8::internal::MipsDebugger
69 ~MipsDebugger();
101 MipsDebugger::~MipsDebugger() {
117 void MipsDebugger::Stop(Instruction* instr) {
152 void MipsDebugger::Stop(Instruction* instr) {
170 int64_t MipsDebugger::GetRegisterValue(int regnum) {
179 int64_t MipsDebugger
[all...]

Completed in 54 milliseconds