Searched refs:VRegA_32x (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h81 case k32x: return VRegA_32x();
193 inline uint16_t Instruction::VRegA_32x() const { function in class:art::Instruction
H A Ddex_instruction.cc331 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break;
H A Ddex_instruction.h325 uint16_t VRegA_32x() const;
/art/runtime/verifier/
H A Dmethod_verifier.cc2106 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr);
2115 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x());
2124 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef);
2729 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) {
/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc148 shadow_frame.SetVReg(inst->VRegA_32x(),
166 shadow_frame.SetVRegLong(inst->VRegA_32x(),
184 shadow_frame.SetVRegReference(inst->VRegA_32x(),

Completed in 62 milliseconds