Next:
CompiledMethod class-instance creation
, Up:
CompiledMethod
1.39.1 CompiledMethod class: c call-outs
pragma
asyncCCall: descr numArgs: numArgs attributes: attributesArray
Return a CompiledMethod corresponding to a #asyncCCall:args: pragma with the given arguments.
pragma
cCall: descr numArgs: numArgs attributes: attributesArray
Return a CompiledMethod corresponding to a #cCall:returning:args: pragma with the given arguments.