#include <RexxNativeCode.hpp>
Protected Attributes | |
PNATIVEMETHOD | 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 72 of file RexxNativeCode.hpp.
|
inline |
Definition at line 80 of file RexxNativeCode.hpp.
|
inline |
Definition at line 81 of file RexxNativeCode.hpp.
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 194 of file RexxNativeCode.cpp.
References cleanUpFlatten, RexxNativeCode::flatten(), and setUpFlatten.
|
inline |
Definition at line 86 of file RexxNativeCode.hpp.
References entry.
Referenced by RexxNativeActivation::run().
|
virtual |
Reimplemented from RexxNativeCode.
Definition at line 180 of file RexxNativeCode.cpp.
References entry, RexxNativeCode::liveGeneral(), and SAVINGIMAGE.
|
inline |
Definition at line 77 of file RexxNativeCode.hpp.
|
inline |
Definition at line 78 of file RexxNativeCode.hpp.
void * RexxNativeMethod::operator new | ( | size_t | size | ) |
Definition at line 289 of file RexxNativeCode.cpp.
References new_object(), and T_NativeMethod.
|
inline |
Definition at line 75 of file RexxNativeCode.hpp.
|
virtual |
Run a method call (vs a straight program call).
activity | The current activity. |
method | The method we're attached to. |
receiver | The method receiver object (the "self" object). |
messageName | 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. |
Reimplemented from BaseCode.
Definition at line 271 of file RexxNativeCode.cpp.
References entry, RexxNativeCode::name, ActivityManager::newNativeActivation(), RexxNativeCode::package, RexxActivity::pushStackFrame(), PackageManager::resolveMethodEntry(), and RexxNativeActivation::run().
|
protected |
Definition at line 92 of file RexxNativeCode.hpp.
Referenced by getEntry(), liveGeneral(), and run().