Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc145 instr->SetInstructionBits(kNopInstr); in Stop()
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
257 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
268 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
275 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
624 stop_instr->SetInstructionBits(kNopInstr); in Debug()
625 msg_address->SetInstructionBits(kNopInstr); in Debug()
Dconstants-mips.h608 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
/external/v8/src/arm/
Dsimulator-arm.cc124 instr->SetInstructionBits(kNopInstr); in Stop()
125 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()
232 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
243 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
250 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
513 stop_instr->SetInstructionBits(kNopInstr); in Debug()
514 msg_address->SetInstructionBits(kNopInstr); in Debug()
Dconstants-arm.h534 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function