Searched refs:stop_instr (Results 1 – 3 of 3) sorted by relevance
682 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local688 if (sim_->IsStopInstruction(stop_instr)) { in Debug()689 stop_instr->SetInstructionBits(kNopInstr); in Debug()
612 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local618 if (sim_->IsStopInstruction(stop_instr)) { in Debug()619 stop_instr->SetInstructionBits(kNopInstr); in Debug()
487 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local492 if (sim_->isStopInstruction(stop_instr)) { in Debug()493 stop_instr->SetInstructionBits(kNopInstr); in Debug()