Searched refs:enforcedProto (Results 1 – 3 of 3) sorted by relevance
38 final DexProto enforcedProto; field in LambdaDescriptor52 enforcedProto = null; in LambdaDescriptor()59 DexString name, DexProto erasedProto, DexProto enforcedProto, in LambdaDescriptor() argument65 assert enforcedProto != null; in LambdaDescriptor()73 this.enforcedProto = enforcedProto; in LambdaDescriptor()84 DexType[] params = enforcedProto.parameters.values; in getImplReceiverType()
28 DexType[] enforcedParams = descriptor().enforcedProto.parameters.values; in prepareInstructions()
183 DexType[] enforcedParams = descriptor().enforcedProto.parameters.values; in prepareInstructions()184 DexType enforcedReturnType = descriptor().enforcedProto.returnType; in prepareInstructions()