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

  /external/v8/src/arm/
constants-arm.h 534 inline void SetInstructionBits(Instr value) {
simulator-arm.cc 124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
232 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
243 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
250 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
513 stop_instr->SetInstructionBits(kNopInstr);
514 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 145 instr->SetInstructionBits(kNopInstr);
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
257 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
268 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
275 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
624 stop_instr->SetInstructionBits(kNopInstr);
625 msg_address->SetInstructionBits(kNopInstr);
    [all...]
constants-mips.h 608 inline void SetInstructionBits(Instr value) {

Completed in 37 milliseconds