Searched refs:VRegH_45cc (Results 1 – 7 of 7) sorted by relevance
98 ASSERT_EQ(32, ins->VRegH_45cc()); in TEST()
489 case k45cc: return VRegH_45cc(); in VRegH()497 inline uint16_t Instruction::VRegH_45cc() const { in VRegH_45cc() function
471 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString()
460 uint16_t VRegH_45cc() const;
684 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in DoMethodHandleInvokeCommon()797 const uint16_t vRegH = is_var_args ? inst->VRegH_45cc() : inst->VRegH_4rcc(); in DoVarHandleInvokeCommon()
2305 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction()
3162 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()