Searched refs:implMethod (Results 1 – 2 of 2) sorted by relevance
35 DexMethod implMethod = implHandle.asMethod(); in checkSignatures() local36 DexProto implProto = implMethod.proto; in checkSignatures()52 ? this.proto.returnType == implMethod.holder in checkSignatures()86 DexMethod implMethod = descriptor().implHandle.asMethod(); in prepareInstructions() local97 add(builder -> builder.addNewInstance(instance, implMethod.holder)); in prepareInstructions()110 implMethod, implMethod.proto, argMoveTypes, argRegisters)); in prepareInstructions()
260 DexMethod implMethod = implHandle.asMethod(); in createLambdaImplMethodTarget() local263 assert implMethod.holder == accessedFrom; in createLambdaImplMethodTarget()277 DexProto implProto = implMethod.proto; in createLambdaImplMethodTarget()280 newParams[0] = implMethod.holder; in createLambdaImplMethodTarget()285 rewriter.factory.createMethod(implMethod.holder, newProto, implMethod.name)); in createLambdaImplMethodTarget()299 DexMethod implMethod = descriptor.implHandle.asMethod(); in createInstanceMethodTarget() local300 DexProto implProto = implMethod.proto; in createInstanceMethodTarget()348 DexMethod implMethod = implHandle.asMethod(); in createConstructorTarget() local349 DexType returnType = implMethod.holder; in createConstructorTarget()351 returnType, implMethod.proto.parameters.values); in createConstructorTarget()[all …]