Searched refs:kNopInstr (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 116 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/ |
D | simulator-ppc.cc | 53 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/ |
D | simulator-mips.cc | 67 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/ |
D | simulator-mips64.cc | 85 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/ |
D | simulator-s390.cc | 51 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/ |
D | simulator-arm.cc | 58 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/ |
D | simulator-riscv64.cc | 1484 static const Instr kNopInstr = 0x0; member in v8::internal::RiscvDebugger
|