Home
last modified time | relevance | path

Searched refs:emitInvokeSpecial (Results 1 – 11 of 11) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DObjectExp.java43 code.emitInvokeSpecial(init); in compile()
H A DCheckedTarget.java203 code.emitInvokeSpecial(thisIsProc ? initWrongTypeProcMethod in emitCheckedCoerce()
H A DLitTable.java719 code.emitInvokeSpecial(init0); in emit()
726 code.emitInvokeSpecial(method); in emit()
H A DCompilation.java1989 code.emitInvokeSpecial(moduleClass.constructor); in generateBytecode()
2071 code.emitInvokeSpecial(curClass.constructor); in generateBytecode()
2116 code.emitInvokeSpecial(superConstructor); in generateBytecode()
H A DClassExp.java793 code.emitInvokeSpecial(superConstructor); in invokeDefaultSuperConstructor()
H A DLambdaExp.java1425 code.emitInvokeSpecial(constructor); in enterFunction()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DSwitchState.java203 code.emitInvokeSpecial(con); in finish()
H A DCodeAttr.java947 emitInvokeSpecial(sbufType.getDeclaredMethod("<init>", args1)); in emitPushString()
1599 public void emitInvokeSpecial (Method method) in emitInvokeSpecial() method in CodeAttr
H A DChangeLog2704 emitInvokeSpecial, emitInvokeStatic, emotGotoIfEq, emitGotoIfNE,
/dports/lang/kawa/kawa-3.1.1/kawa/lang/
H A DRecord.java187 code.emitInvokeSpecial(superConstructor); in makeRecordType()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileMisc.java636 code.emitInvokeSpecial(typeContinuation.getDeclaredMethod("<init>", 1)); in compileCallCC()