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

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

Completed in 156 milliseconds