|
Wire Sysio Wire Sysion 1.0.0
|
#include <RuntimePrivate.h>


Classes | |
| struct | FunctionElement |
Public Member Functions | |
| TableInstance (const TableType &inType) | |
| ~TableInstance () override | |
Public Member Functions inherited from Runtime::GCObject | |
| GCObject (ObjectKind inKind) | |
| ~GCObject () override | |
Public Member Functions inherited from Runtime::ObjectInstance | |
| ObjectInstance (IR::ObjectKind inKind) | |
| virtual | ~ObjectInstance () |
Public Attributes | |
| TableType | type |
| FunctionElement * | baseAddress |
| Uptr | endOffset |
| U8 * | reservedBaseAddress |
| Uptr | reservedNumPlatformPages |
| std::vector< ObjectInstance * > | elements |
Public Attributes inherited from Runtime::ObjectInstance | |
| const IR::ObjectKind | kind |
Definition at line 56 of file RuntimePrivate.h.
|
inline |
Definition at line 75 of file RuntimePrivate.h.
|
override |
| FunctionElement* Runtime::TableInstance::baseAddress |
Definition at line 66 of file RuntimePrivate.h.
| std::vector<ObjectInstance*> Runtime::TableInstance::elements |
Definition at line 73 of file RuntimePrivate.h.
| Uptr Runtime::TableInstance::endOffset |
Definition at line 67 of file RuntimePrivate.h.
| U8* Runtime::TableInstance::reservedBaseAddress |
Definition at line 69 of file RuntimePrivate.h.
| Uptr Runtime::TableInstance::reservedNumPlatformPages |
Definition at line 70 of file RuntimePrivate.h.
| TableType Runtime::TableInstance::type |
Definition at line 64 of file RuntimePrivate.h.