Searched refs:kBreakpointInstr (Results 1 – 5 of 5) sorted by relevance
44 static const Instr kBreakpointInstr = (TWI | 0x1f * B21); member in v8::internal::PPCDebugger164 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
63 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6; member in v8::internal::MipsDebugger218 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
78 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6; member in v8::internal::MipsDebugger201 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
45 static const Instr kBreakpointInstr = member in v8::internal::ArmDebugger172 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
45 static const Instr kBreakpointInstr = (0x0000FFB2); // TRAP4 0000 member in v8::internal::S390Debugger48 static const Instr kBreakpointInstr = (0xB2FF0000); // TRAP4 0000165 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()