Searched refs:attemptAllocationBeforeArgumentLoads (Results 1 – 1 of 1) sorted by relevance
428 && !attemptAllocationBeforeArgumentLoads(lambdaClassName, capturedTypes); in visitInvokeDynamicInsn()496 private boolean attemptAllocationBeforeArgumentLoads(String internalName, Type[] paramTypes) { in attemptAllocationBeforeArgumentLoads() method in LambdaDesugaring.InvokedynamicRewriter