Searched refs:VRegB_23x (Results 1 – 6 of 6) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 233 const uint32_t vregB = inst->VRegB_23x(); in CheckBinaryOp() 255 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), src_type1_1, src_type1_2) && in CheckBinaryOpWide() 264 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
|
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 312 case k23x: return VRegB_23x(); in VRegB() 387 inline uint8_t Instruction::VRegB_23x() const { in VRegB_23x() function
|
D | dex_instruction.cc | 264 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
|
D | dex_instruction.h | 428 uint8_t VRegB_23x() const;
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 485 ObjPtr<mirror::Object> a = shadow_frame->GetVRegReference(inst->VRegB_23x()); in MterpAputObject()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1802 uint8_t array_reg = instruction.VRegB_23x(); in BuildArrayAccess()
|