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

  /external/v8/src/mips/
simulator-mips.cc 617 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
623 if (sim_->IsStopInstruction(stop_instr)) {
624 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 507 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
512 if (sim_->isStopInstruction(stop_instr)) {
513 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 3642 milliseconds