Searched refs:bridgeProto (Results 1 – 2 of 2) sorted by relevance
305 DexProto bridgeProto = getBootstrapArgument( in extractExtraLambdaInfo() local307 match.bridges.add(bridgeProto); in extractExtraLambdaInfo()
153 for (DexProto bridgeProto : descriptor.bridges) { in synthesizeVirtualMethods()154 DexMethod bridgeMethod = rewriter.factory.createMethod(type, bridgeProto, descriptor.name); in synthesizeVirtualMethods()