Searched refs:kNopInstr (Results 1 – 5 of 5) sorted by relevance
44 static const Instr kNopInstr = (al | (13*B21)); member in v8::internal::ArmDebugger103 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()
46 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in v8::internal::PPCDebugger102 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()
65 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger124 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()
80 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger137 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()
47 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in v8::internal::S390Debugger50 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2104 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()