Searched refs:getImplReceiverType (Results 1 – 3 of 3) sorted by relevance
81 final DexType getImplReceiverType() { in getImplReceiverType() method in LambdaDescriptor96 DexEncodedMethod target = appInfo.lookupVirtualTarget(getImplReceiverType(), method); in lookupTargetMethod()121 DexEncodedMethod target = appInfo.lookupVirtualTarget(getImplReceiverType(), method); in lookupTargetMethod()
41 assert accessorParams[index] == descriptor().getImplReceiverType(); in checkSignatures()
307 accessorParams[0] = descriptor.getImplReceiverType(); in createInstanceMethodTarget()