Searched refs:VRegA_11x (Results 1 - 9 of 9) sorted by relevance

/art/runtime/quick/
H A Dinline_method_analyser.cc147 uint32_t reg = return_instruction->VRegA_11x();
176 int32_t return_reg = return_instruction->VRegA_11x();
214 uint32_t return_reg = return_instruction->VRegA_11x();
279 uint32_t return_reg = return_instruction->VRegA_11x();
/art/runtime/
H A Ddex_instruction.h247 uint8_t VRegA_11x() const { function in class:art::Instruction
248 return VRegA_11x(Fetch16(0));
310 uint8_t VRegA_11x(uint16_t inst_data) const;
H A Ddex_instruction-inl.h62 case k11x: return VRegA_11x();
104 inline uint8_t Instruction::VRegA_11x(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc161 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc234 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
239 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
244 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
251 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
287 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
301 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
316 const uint8_t vreg_index = inst->VRegA_11x(inst_data);
446 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
458 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
587 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_dat
[all...]
H A Dinterpreter_switch_impl.cc146 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
151 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
156 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
163 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
195 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
207 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
220 const size_t ref_idx = inst->VRegA_11x(inst_data);
349 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
361 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
496 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_dat
[all...]
/art/runtime/verifier/
H A Dmethod_verifier.cc1715 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), false);
1718 work_line_->CopyResultRegister2(this, inst->VRegA_11x());
1721 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), true);
1736 work_line_->SetRegisterType(this, inst->VRegA_11x(), res_type);
1756 const uint32_t vregA = inst->VRegA_11x();
1779 const uint32_t vregA = inst->VRegA_11x();
1796 const uint32_t vregA = inst->VRegA_11x();
1900 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_);
1924 work_line_->PopMonitor(this, inst->VRegA_11x());
2058 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegA_11x());
[all...]
/art/compiler/optimizing/
H A Dbuilder.cc2220 UpdateLocal(instruction.VRegA_11x(), current_block_->GetLastInstruction());
2225 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot);
2256 LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot),
2264 LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot),
/art/compiler/dex/
H A Dmir_graph.cc399 int monitor_reg = monitor_exit->VRegA_11x();
402 if (check_insn->VRegA_11x() == monitor_reg) {
443 check_insn->VRegA_11x() == monitor_reg;

Completed in 113 milliseconds