Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.h383 Instr break_instr_; variable
Dsimulator-mips.cc248 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
257 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
261 sim_->break_instr_ = 0; in DeleteBreakpoint()
268 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
898 break_instr_ = 0; in Simulator()
/external/v8/src/arm/
Dsimulator-arm.h375 Instr break_instr_; variable
Dsimulator-arm.cc223 sim_->break_instr_ = breakpc->InstructionBits(); in SetBreakpoint()
232 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
236 sim_->break_instr_ = 0; in DeleteBreakpoint()
243 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
751 break_instr_ = 0; in Simulator()