Home
last modified time | relevance | path

Searched refs:kBreakpointInstr (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.cc50 static const Instr kBreakpointInstr = (TWI | 0x1F * B21); member in v8::internal::PPCDebugger
169 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
/external/v8/src/arm/
Dsimulator-arm.cc47 static const Instr kBreakpointInstr = member in v8::internal::ArmDebugger
173 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
/external/v8/src/s390/
Dsimulator-s390.cc46 static const Instr kBreakpointInstr = (0x0000FFB2); // TRAP4 0000 member in v8::internal::S390Debugger
49 static const Instr kBreakpointInstr = (0xB2FF0000); // TRAP4 0000
166 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
/external/v8/src/mips/
Dsimulator-mips.cc64 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xFFFFF << 6; member in v8::internal::MipsDebugger
218 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
/external/v8/src/mips64/
Dsimulator-mips64.cc79 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xFFFFF << 6; member in v8::internal::MipsDebugger
200 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()