Home
last modified time | relevance | path

Searched refs:emitPushNull (Results 1 – 8 of 8) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DObjectType.java204 code.emitPushNull(); in emitCoerceFromObject()
H A DExitableBlock.java149 code.emitPushNull(); // No caught Throwable. in exit()
H A DCodeAttr.java921 emitPushNull(); in emitPushString()
986 public void emitPushNull() { emitPushNull(Type.nullType); } in emitPushNull() method in CodeAttr
988 public void emitPushNull(ObjectType type) { in emitPushNull() method in CodeAttr
1001 emitPushNull(); in emitPushDefaultValue()
2355 emitPushNull(); // No caught Throwable. in gotoFinallyOrEnd()
H A DChangeLog189 * CodeAttr.java (emitPushNull): Add overload that takes a type.
1220 * CodeAttr.java (emitPushNull): Push nullType, rather than pointer_type.
1839 if we call emitPushNull.
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DBindingInitializer.java80 code.emitPushNull(); in emit()
H A DLitTable.java563 code.emitPushNull(); in emit()
H A DCompilation.java522 code.emitPushNull(); in compileConstant()
1620 code.emitPushNull(); in generateCheckCall()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DLangObjType.java723 code.emitPushNull();