Home
last modified time | relevance | path

Searched refs:VRegA_22x (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h340 uint8_t VRegA_22x() const { in VRegA_22x() function
341 return VRegA_22x(Fetch16(0)); in VRegA_22x()
388 uint8_t VRegA_22x(uint16_t inst_data) const;
Ddex_instruction-inl.h112 case k22x: return VRegA_22x(inst_data); in VRegA()
200 inline uint8_t Instruction::VRegA_22x(uint16_t inst_data) const { in VRegA_22x() function
Ddex_instruction.cc185 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
/art/runtime/verifier/
Dmethod_verifier.cc2108 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2117 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction()
2126 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef); in CodeFlowVerifyInstruction()
2769 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()