Searched refs:VRegA_32x (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 81 case k32x: return VRegA_32x(); in VRegA() 193 inline uint16_t Instruction::VRegA_32x() const { in VRegA_32x() function
|
D | dex_instruction.cc | 340 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
|
D | dex_instruction.h | 351 uint16_t VRegA_32x() const;
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2088 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 2097 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction() 2106 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2764 maybe_update_fn(move_inst.VRegB_32x(), move_inst.VRegA_32x()); in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 411 shadow_frame.SetVReg(inst->VRegA_32x(), in MOVE_16() 429 shadow_frame.SetVRegLong(inst->VRegA_32x(), in MOVE_WIDE_16() 447 shadow_frame.SetVRegReference(inst->VRegA_32x(), in MOVE_OBJECT_16()
|