HomeSort by relevance Sort by last modified time
    Searched refs:stop_instr (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm/
simulator-arm.cc 487 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
492 if (sim_->isStopInstruction(stop_instr)) {
493 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 681 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
687 if (sim_->IsStopInstruction(stop_instr)) {
688 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 611 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
617 if (sim_->IsStopInstruction(stop_instr)) {
618 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 543 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
548 if (sim_->isStopInstruction(stop_instr)) {
549 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 175 milliseconds