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

  /external/chromium_org/v8/src/mips/
simulator-mips.cc 682 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
688 if (sim_->IsStopInstruction(stop_instr)) {
689 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/chromium_org/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/chromium_org/v8/src/mips64/
simulator-mips64.cc 612 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
618 if (sim_->IsStopInstruction(stop_instr)) {
619 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 106 milliseconds