Home
last modified time | relevance | path

Searched refs:pushAutoPoppableScope (Results 1 – 5 of 5) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DDeclaration.java1039 Scope scope = autoPopScope ? code.pushAutoPoppableScope() in allocateVariable()
H A DCompilation.java1386 Scope scope = code.pushAutoPoppableScope(); in generateCheckArg()
2202 Scope scope = code.pushAutoPoppableScope(); in loadCallContext()
H A DLambdaExp.java1434 code.pushAutoPoppableScope().addVariable(heapFrame); in enterFunction()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DCodeAttr.java664 public Scope pushAutoPoppableScope() { in pushAutoPoppableScope() method in CodeAttr
H A DChangeLog411 * CodeAttr.java (pushAutoPoppableScope): New method.