Searched refs:VRegA_22x (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Ddex_instruction.h278 uint8_t VRegA_22x() const { function in class:art::Instruction
279 return VRegA_22x(Fetch16(0));
320 uint8_t VRegA_22x(uint16_t inst_data) const;
H A Ddex_instruction-inl.h73 case k22x: return VRegA_22x();
159 inline uint8_t Instruction::VRegA_22x(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc164 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc186 shadow_frame.SetVReg(inst->VRegA_22x(inst_data),
204 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data),
222 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data),
H A Dinterpreter_switch_impl.cc98 shadow_frame.SetVReg(inst->VRegA_22x(inst_data),
116 shadow_frame.SetVRegLong(inst->VRegA_22x(inst_data),
134 shadow_frame.SetVRegReference(inst->VRegA_22x(inst_data),
/art/runtime/verifier/
H A Dmethod_verifier.cc1679 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr);
1688 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x());
1697 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef);
2231 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) {
/art/compiler/dex/
H A Dmir_graph.cc425 dest = check_insn->VRegA_22x();

Completed in 1663 milliseconds