Searched refs:VRegH_45cc (Results 1 – 8 of 8) sorted by relevance
98 ASSERT_EQ(32, ins->VRegH_45cc()); in TEST()
536 case k45cc: return VRegH_45cc(); in VRegH()544 inline uint16_t Instruction::VRegH_45cc() const { in VRegH_45cc() function
436 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString()
467 uint16_t VRegH_45cc() const;
181 ? inst->VRegH_45cc() in NterpGetShortyFromInvokePolymorphic()
343 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in DoMethodHandleInvokeCommon()456 const uint16_t vRegH = is_var_args ? inst->VRegH_45cc() : inst->VRegH_4rcc(); in DoVarHandleInvokeCommon()
2946 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction()
3074 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()