Home
last modified time | relevance | path

Searched refs:staticLinkField (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DProcInitializer.java81 if (owning instanceof ClassExp && owning.staticLinkField != null) in emitLoadModuleMethod()
H A DLambdaExp.java140 public Field staticLinkField; field in LambdaExp
603 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()
H A DClassExp.java534 if (staticLinkField != null) { in compileMembers()
539 code.emitPutField(staticLinkField); in compileMembers()
H A DCompilation.java1087 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()