Searched refs:staticLinkField (Results 1 – 4 of 4) sorted by relevance
81 if (owning instanceof ClassExp && owning.staticLinkField != null) in emitLoadModuleMethod()
140 public Field staticLinkField; field in LambdaExp603 Field link = curLambda.staticLinkField; in loadHeapFrame()1346 cl.closureEnvField = cl.staticLinkField in allocChildMethods()1418 staticLinkField = frameType.addField("staticLink", in enterFunction()1427 if (staticLinkField != null) { in enterFunction()1430 code.emitPutField(staticLinkField); in enterFunction()
534 if (staticLinkField != null) { in compileMembers()539 code.emitPutField(staticLinkField); in compileMembers()
1087 if (lexp instanceof ClassExp && lexp.staticLinkField != null) in getConstructor()1090 args[0] = lexp.staticLinkField.getType(); in getConstructor()1114 if (lexp instanceof ClassExp && lexp.staticLinkField != null) in generateConstructor()1118 code.emitPutField(lexp.staticLinkField); in generateConstructor()