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

  /external/chromium_org/v8/src/arm/
simulator-arm.cc 486 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
491 if (sim_->isStopInstruction(stop_instr)) {
492 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 595 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
601 if (sim_->IsStopInstruction(stop_instr)) {
602 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 62 milliseconds