Searched refs:lambdaInstanceValue (Results 1 – 1 of 1) sorted by relevance
275 Value lambdaInstanceValue = invoke.outValue(); in patchInstruction() local276 if (lambdaInstanceValue == null) { in patchInstruction()278 lambdaInstanceValue = code.createValue(MoveType.OBJECT); in patchInstruction()285 new StaticGet(MemberType.OBJECT, lambdaInstanceValue, lambdaClass.instanceField)); in patchInstruction()304 NewInstance newInstance = new NewInstance(lambdaClass.type, lambdaInstanceValue); in patchInstruction()308 arguments.add(lambdaInstanceValue); in patchInstruction()