#include <DropInstruction.hpp>
Public Attributes | |
| size_t | variableCount |
| RexxVariableBase * | variables [1] |
Public Attributes inherited from RexxInstruction | |
| uint16_t | instructionType |
| uint16_t | instructionFlags |
| SourceLocation | instructionLocation |
| RexxInstruction * | nextInstruction |
Public Attributes inherited from RexxInternalObject | |
| ObjectHeader | header |
| RexxBehaviour * | behaviour |
Additional Inherited Members | |
Static Public Member Functions inherited from RexxInternalObject | |
| static size_t | getObjectHeaderSize () |
Protected Member Functions inherited from RexxVirtualBase | |
| virtual | ~RexxVirtualBase () |
| virtual void | baseVirtual () |
Definition at line 49 of file DropInstruction.hpp.
| RexxInstructionDrop::RexxInstructionDrop | ( | size_t | varCount, |
| RexxQueue * | variable_list | ||
| ) |
Definition at line 54 of file DropInstruction.cpp.
References OrefSet, RexxQueue::pop(), variableCount, and variables.
|
inline |
Definition at line 57 of file DropInstruction.hpp.
|
virtual |
Reimplemented from RexxInstruction.
Definition at line 120 of file DropInstruction.cpp.
References RexxVariableBase::drop(), RexxActivation::pauseInstruction(), RexxActivation::traceInstruction(), variableCount, and variables.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 101 of file DropInstruction.cpp.
References cleanUpFlatten, flatten_reference, setUpFlatten, and variableCount.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 70 of file DropInstruction.cpp.
References memory_mark, RexxInstruction::nextInstruction, variableCount, and variables.
|
virtual |
Reimplemented from RexxVirtualBase.
Definition at line 85 of file DropInstruction.cpp.
References memory_mark_general, RexxInstruction::nextInstruction, variableCount, and variables.
|
inline |
Definition at line 52 of file DropInstruction.hpp.
|
inline |
Definition at line 53 of file DropInstruction.hpp.
|
inline |
Definition at line 51 of file DropInstruction.hpp.
| size_t RexxInstructionDrop::variableCount |
Definition at line 63 of file DropInstruction.hpp.
Referenced by execute(), flatten(), live(), liveGeneral(), and RexxInstructionDrop().
| RexxVariableBase* RexxInstructionDrop::variables[1] |
Definition at line 64 of file DropInstruction.hpp.
Referenced by execute(), live(), liveGeneral(), and RexxInstructionDrop().