Home
last modified time | relevance | path

Searched refs:emitGotoIfNonNull (Results 1 – 3 of 3) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileMisc.java318 code.emitGotoIfNonNull(ctarget.ifFalse); in compileEq()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DCodeAttr.java1692 public final void emitGotoIfNonNull(Label label) in emitGotoIfNonNull() method in CodeAttr
H A DChangeLog379 * CodeAttr.java (emitGotoIfNull, emitGotoIfNonNull): New methods.