Searched refs:VRegH_4rcc (Results 1 – 7 of 7) sorted by relevance
136 ASSERT_EQ(32, ins->VRegH_4rcc()); in TEST()
490 case k4rcc: return VRegH_4rcc(); in VRegH()502 inline uint16_t Instruction::VRegH_4rcc() const { in VRegH_4rcc() function
495 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString()506 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString()
461 uint16_t VRegH_4rcc() 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()
2314 dex::ProtoIndex proto_idx(instruction.VRegH_4rcc()); in ProcessDexInstruction()
3162 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()