Searched refs:getBootstrapArgument (Results 1 – 1 of 1) sorted by relevance
230 getBootstrapArgument(callSite, 0, DexValue.DexValueMethodType.class); in infer()234 getBootstrapArgument(callSite, 1, DexValue.DexValueMethodHandle.class).value; in infer()241 getBootstrapArgument(callSite, 2, DexValue.DexValueMethodType.class); in infer()276 int flagsArg = getBootstrapArgument( in extractExtraLambdaInfo()282 int count = getBootstrapArgument( in extractExtraLambdaInfo()285 DexType type = getBootstrapArgument( in extractExtraLambdaInfo()302 int count = getBootstrapArgument( in extractExtraLambdaInfo()305 DexProto bridgeProto = getBootstrapArgument( in extractExtraLambdaInfo()318 private static <T> T getBootstrapArgument(DexCallSite callSite, int i, Class<T> clazz) { in getBootstrapArgument() method in LambdaDescriptor