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

  /art/compiler/utils/arm/
constants_arm.h 250 inline void SetInstructionBits(int32_t value) {
  /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/chromium_org/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 619 inline void SetInstructionBits(Instr value) {
  /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) {
  /external/chromium_org/v8/src/arm/
constants-arm.h 524 inline void SetInstructionBits(Instr value) {
simulator-arm.cc 125 instr->SetInstructionBits(kNopInstr);
126 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
233 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
244 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
251 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
514 stop_instr->SetInstructionBits(kNopInstr);
515 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 106 milliseconds