Searched refs:vreg_count (Results 1 – 2 of 2) sorted by relevance
978 const size_t vreg_count = vh_type->NumberOfVRegs(); in DoVarHandleInvokeTranslationUnchecked() local980 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()987 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
1579 uint16_t vreg_count = GetMethodNumArgRegistersIncludingThis(m); in DemangleSlot() local1580 if (slot < vreg_count) { in DemangleSlot()