Home
last modified time | relevance | path

Searched refs:stop_instr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/mips/
Dsimulator-mips.cc682 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
688 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
689 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.cc612 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
618 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
619 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc487 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
492 if (sim_->isStopInstruction(stop_instr)) { in Debug()
493 stop_instr->SetInstructionBits(kNopInstr); in Debug()