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

  /external/v8/src/ppc/
simulator-ppc.cc 501 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
506 if (sim_->isStopInstruction(stop_instr)) {
507 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 431 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
434 if (sim_->isStopInstruction(stop_instr)) {
435 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 626 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
631 if (sim_->IsStopInstruction(stop_instr)) {
632 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 558 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
563 if (sim_->IsStopInstruction(stop_instr)) {
564 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 510 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
515 if (sim_->isStopInstruction(stop_instr)) {
516 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 6297 milliseconds