Searched refs:VRegB_22x (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 269 case k22x: return VRegB_22x(); in VRegB() 340 inline uint16_t Instruction::VRegB_22x() const { in VRegB_22x() function
|
D | dex_instruction.cc | 185 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
|
D | dex_instruction.h | 421 uint16_t VRegB_22x() const;
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2085 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 2094 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction() 2103 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2761 maybe_update_fn(move_inst.VRegB_22x(), move_inst.VRegA_22x()); in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 406 shadow_frame.GetVReg(inst->VRegB_22x())); in MOVE_FROM16() 424 shadow_frame.GetVRegLong(inst->VRegB_22x())); in MOVE_WIDE_FROM16() 442 shadow_frame.GetVRegReference(inst->VRegB_22x())); in MOVE_OBJECT_FROM16()
|