Searched refs:kNopInstr (Results 1 – 3 of 3) sorted by relevance
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()689 stop_instr->SetInstructionBits(kNopInstr); in Debug()690 msg_address->SetInstructionBits(kNopInstr); in Debug()
83 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger140 instr->SetInstructionBits(kNopInstr); in Stop()141 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()619 stop_instr->SetInstructionBits(kNopInstr); in Debug()620 msg_address->SetInstructionBits(kNopInstr); in Debug()
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()493 stop_instr->SetInstructionBits(kNopInstr); in Debug()494 msg_address->SetInstructionBits(kNopInstr); in Debug()