Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc116 static const Instr kNopInstr = 0x0; member in v8::internal::Loong64Debugger
586 stop_instr->SetInstructionBits(kNopInstr); in Debug()
587 msg_address->SetInstructionBits(kNopInstr); in Debug()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc53 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in v8::internal::PPCDebugger
491 SetInstructionBitsInCodeSpace(stop_instr, kNopInstr, in Debug()
493 msg_address->SetInstructionBits(kNopInstr); in Debug()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc67 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
611 stop_instr->SetInstructionBits(kNopInstr); in Debug()
612 msg_address->SetInstructionBits(kNopInstr); in Debug()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc85 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
555 stop_instr->SetInstructionBits(kNopInstr); in Debug()
556 msg_address->SetInstructionBits(kNopInstr); in Debug()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc51 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in v8::internal::S390Debugger
54 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2
513 SetInstructionBitsInCodeSpace(stop_instr, kNopInstr, in Debug()
515 msg_address->SetInstructionBits(kNopInstr); in Debug()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc58 static const Instr kNopInstr = (al | (13 * B21)); member in v8::internal::ArmDebugger
474 SetInstructionBitsInCodeSpace(stop_instr, kNopInstr, in ExecDebugCommand()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc1484 static const Instr kNopInstr = 0x0; member in v8::internal::RiscvDebugger