Home
last modified time | relevance | path

Searched refs:kNopInstr (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.cc44 static const Instr kNopInstr = (al | (13*B21)); member in v8::internal::ArmDebugger
103 instr->SetInstructionBits(kNopInstr); in Stop()
104 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
498 stop_instr->SetInstructionBits(kNopInstr); in Debug()
499 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/ppc/
Dsimulator-ppc.cc46 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in v8::internal::PPCDebugger
102 instr->SetInstructionBits(kNopInstr); in Stop()
103 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
553 stop_instr->SetInstructionBits(kNopInstr); in Debug()
554 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc65 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
124 instr->SetInstructionBits(kNopInstr); in Stop()
125 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
690 stop_instr->SetInstructionBits(kNopInstr); in Debug()
691 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc80 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
137 instr->SetInstructionBits(kNopInstr); in Stop()
138 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
627 stop_instr->SetInstructionBits(kNopInstr); in Debug()
628 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc47 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in v8::internal::S390Debugger
50 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2
104 instr->SetInstructionBits(kNopInstr); in Stop()
105 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
559 stop_instr->SetInstructionBits(kNopInstr); in Debug()
560 msg_address->SetInstructionBits(kNopInstr); in Debug()