Searched refs:SetInstructionBits (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dconstants-arm.h214 inline void SetInstructionBits(instr_t value) { function in class:assembler::arm::Instr
H A Dsimulator-arm.cc116 instr->SetInstructionBits(0xe1a00000); // Overwrite with nop.
174 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
185 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
192 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
354 stop_instr->SetInstructionBits(kNopInstr);
/external/v8/src/mips/
H A Dconstants-mips.h364 inline void SetInstructionBits(Instr value) { function in class:assembler::mips::Instruction
H A Dsimulator-mips.cc124 instr->SetInstructionBits(0x0); // Overwrite with nop.
183 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
194 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
201 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);

Completed in 291 milliseconds