#include <RexxNativeCode.hpp>
Protected Attributes | |
PNATIVEROUTINE | entry |
Protected Attributes inherited from RexxNativeCode | |
RexxString * | package |
RexxString * | name |
RexxSource * | source |
Additional Inherited Members | |
Static Public Member Functions inherited from RexxInternalObject | |
static size_t | getObjectHeaderSize () |
Public Attributes inherited from RexxInternalObject | |
ObjectHeader | header |
RexxBehaviour * | behaviour |
Protected Member Functions inherited from RexxVirtualBase | |
virtual | ~RexxVirtualBase () |
virtual void | baseVirtual () |
Definition at line 107 of file RexxNativeCode.hpp.
|
inline |
Definition at line 115 of file RexxNativeCode.hpp.
|
inline |
Definition at line 116 of file RexxNativeCode.hpp.
|
virtual |
Run a method call (vs a straight program call).
activity | The current activity. |
functionName | The name of the message used to invoke the method. |
argPtr | The pointer to the arguments. |
count | The count of positional arguments. |
named_count | The count of named arguments. |
result | The protected object used to return the result. |
Implements RexxRoutine.
Definition at line 310 of file RexxNativeCode.cpp.
References RexxNativeActivation::callNativeRoutine(), entry, RexxNativeCode::name, ActivityManager::newNativeActivation(), RexxNativeCode::package, RexxActivity::pushStackFrame(), and PackageManager::resolveRoutineEntry().
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 220 of file RexxNativeCode.cpp.
References cleanUpFlatten, RexxNativeCode::flatten(), and setUpFlatten.
|
inline |
Definition at line 121 of file RexxNativeCode.hpp.
References entry.
Referenced by RexxNativeActivation::callNativeRoutine().
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 206 of file RexxNativeCode.cpp.
References entry, RexxNativeCode::liveGeneral(), and SAVINGIMAGE.
|
inline |
Definition at line 112 of file RexxNativeCode.hpp.
|
inline |
Definition at line 113 of file RexxNativeCode.hpp.
void * RexxNativeRoutine::operator new | ( | size_t | size | ) |
Definition at line 327 of file RexxNativeCode.cpp.
References new_object(), and T_NativeRoutine.
|
inline |
Definition at line 110 of file RexxNativeCode.hpp.
|
protected |
Definition at line 126 of file RexxNativeCode.hpp.
Referenced by call(), getEntry(), and liveGeneral().