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 535 inline void SetInstructionBits(Instr value) {
simulator-arm.cc 129 instr->SetInstructionBits(kNopInstr);
130 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
237 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
248 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
255 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
511 stop_instr->SetInstructionBits(kNopInstr);
512 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
constants-mips.h 530 inline void SetInstructionBits(Instr value) {
simulator-mips.cc 136 instr->SetInstructionBits(0x0); // Overwrite with nop.
239 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
250 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
257 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]

Completed in 140 milliseconds