Home
last modified time | relevance | path

Searched refs:break_instr_ (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h478 Instr break_instr_; variable
Dsimulator-arm.cc151 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
170 sim_->break_instr_ = 0; in DeleteBreakpoint()
175 SetInstructionBitsInCodeSpace(sim_->break_pc_, sim_->break_instr_, in UndoBreakpoint()
685 break_instr_ = 0; in Simulator()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h481 Instr break_instr_; variable
Dsimulator-ppc.cc121 sim_->break_instr_ = break_pc->InstructionBits(); in SetBreakpoint()
140 sim_->break_instr_ = 0; in DeleteBreakpoint()
145 SetInstructionBitsInCodeSpace(sim_->break_pc_, sim_->break_instr_, in UndoBreakpoint()
745 break_instr_ = 0; in Simulator()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h535 Instr break_instr_; variable
Dsimulator-loong64.cc203 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
211 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
215 sim_->break_instr_ = 0; in DeleteBreakpoint()
221 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
839 break_instr_ = 0; in Simulator()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h608 Instr break_instr_; variable
Dsimulator-mips.cc181 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
189 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
193 sim_->break_instr_ = 0; in DeleteBreakpoint()
199 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
865 break_instr_ = 0; in Simulator()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h631 Instr break_instr_; variable
Dsimulator-mips64.cc172 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
180 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
184 sim_->break_instr_ = 0; in DeleteBreakpoint()
190 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
808 break_instr_ = 0; in Simulator()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h465 Instr break_instr_; variable
Dsimulator-s390.cc131 sim_->break_instr_ = break_pc->InstructionBits(); in SetBreakpoint()
150 sim_->break_instr_ = 0; in DeleteBreakpoint()
155 SetInstructionBitsInCodeSpace(sim_->break_pc_, sim_->break_instr_, in UndoBreakpoint()
1585 break_instr_ = 0; in Simulator()