Method | Description | |
---|---|---|
MakeCall ( |
Expands method call instruction represented by the context to perform the method call.
|
|
SetReturnValue ( |
Requests the calling convention to create an appropriate move instruction to populate the return value of a method.
|
public abstract MakeCall ( |
||
compiler | The compiler. | |
context | The context. | |
return | void |
public abstract SetReturnValue ( |
||
compiler | The compiler. | |
context | The context. | |
operand | The operand, that's holding the return value. | |
return | void |