Searched refs:stop_instr (Results 1 – 5 of 5) sorted by relevance
501 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local506 if (sim_->isStopInstruction(stop_instr)) { in Debug()507 stop_instr->SetInstructionBits(kNopInstr); in Debug()
431 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local434 if (sim_->isStopInstruction(stop_instr)) { in Debug()435 stop_instr->SetInstructionBits(kNopInstr); in Debug()
626 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local631 if (sim_->IsStopInstruction(stop_instr)) { in Debug()632 stop_instr->SetInstructionBits(kNopInstr); in Debug()
558 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local563 if (sim_->IsStopInstruction(stop_instr)) { in Debug()564 stop_instr->SetInstructionBits(kNopInstr); in Debug()
510 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local515 if (sim_->isStopInstruction(stop_instr)) { in Debug()516 stop_instr->SetInstructionBits(kNopInstr); in Debug()