Searched refs:VRegB_22x (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 311 case k22x: return VRegB_22x(); in VRegB() 382 inline uint16_t Instruction::VRegB_22x() const { in VRegB_22x() function
|
D | dex_instruction.cc | 186 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
|
D | dex_instruction.h | 427 uint16_t VRegB_22x() const;
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2055 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 2064 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction() 2073 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2689 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()
|