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

  /external/v8/src/arm/
simulator-arm.cc 492 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
497 if (sim_->isStopInstruction(stop_instr)) {
498 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 683 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
689 if (sim_->IsStopInstruction(stop_instr)) {
690 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 547 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
552 if (sim_->isStopInstruction(stop_instr)) {
553 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 620 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
626 if (sim_->IsStopInstruction(stop_instr)) {
627 stop_instr->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 553 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); local
558 if (sim_->isStopInstruction(stop_instr)) {
559 stop_instr->SetInstructionBits(kNopInstr);
    [all...]

Completed in 351 milliseconds