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

/art/runtime/
H A Ddex_instruction-inl.h79 case k32x: return VRegA_32x();
189 inline uint16_t Instruction::VRegA_32x() const { function in class:art::Instruction
H A Ddex_instruction.cc307 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break;
H A Ddex_instruction.h294 uint16_t VRegA_32x() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc192 shadow_frame.SetVReg(inst->VRegA_32x(),
210 shadow_frame.SetVRegLong(inst->VRegA_32x(),
228 shadow_frame.SetVRegReference(inst->VRegA_32x(),
H A Dinterpreter_switch_impl.cc104 shadow_frame.SetVReg(inst->VRegA_32x(),
122 shadow_frame.SetVRegLong(inst->VRegA_32x(),
140 shadow_frame.SetVRegReference(inst->VRegA_32x(),
/art/runtime/verifier/
H A Dmethod_verifier.cc1682 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr);
1691 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x());
1700 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef);
2236 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) {
/art/compiler/dex/
H A Dmir_graph.cc433 dest = check_insn->VRegA_32x();

Completed in 235 milliseconds