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

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc65 static const Instr kNopInstr = 0x0; member in class:v8::internal::MipsDebugger
124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
689 stop_instr->SetInstructionBits(kNopInstr);
690 msg_address->SetInstructionBits(kNopInstr);
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc44 static const Instr kNopInstr = (al | (13*B21)); member in class:v8::internal::ArmDebugger
103 instr->SetInstructionBits(kNopInstr);
104 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
493 stop_instr->SetInstructionBits(kNopInstr);
494 msg_address->SetInstructionBits(kNopInstr);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc83 static const Instr kNopInstr = 0x0; member in class:v8::internal::MipsDebugger
140 instr->SetInstructionBits(kNopInstr);
141 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
619 stop_instr->SetInstructionBits(kNopInstr);
620 msg_address->SetInstructionBits(kNopInstr);

Completed in 998 milliseconds