Searched refs:VRegC_35c (Results 1 – 7 of 7) sorted by relevance
391 case k35c: return VRegC_35c(); in VRegC()424 inline uint4_t Instruction::VRegC_35c() const { in VRegC_35c() function
384 uint4_t VRegC_35c() const;
106 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke()132 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvokeVirtualQuick()
660 uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoCall()
274 is_range ? inst->VRegC_3rc() : inst->VRegC_35c())); in GenerateDevirtMap()
57 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in GetInvocationThis()
2501 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in CodeFlowVerifyInstruction()