Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.cc501 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
506 if (sim_->isStopInstruction(stop_instr)) { in Debug()
507 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc431 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
434 if (sim_->isStopInstruction(stop_instr)) { in Debug()
435 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc626 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
631 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
632 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc558 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
563 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
564 stop_instr->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc510 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug() local
515 if (sim_->isStopInstruction(stop_instr)) { in Debug()
516 stop_instr->SetInstructionBits(kNopInstr); in Debug()