Home
last modified time | relevance | path

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

/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()
689 stop_instr->SetInstructionBits(kNopInstr); in Debug()
690 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc83 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
140 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()
/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()
493 stop_instr->SetInstructionBits(kNopInstr); in Debug()
494 msg_address->SetInstructionBits(kNopInstr); in Debug()