Defines |
#define | TRACE(_a) |
Functions |
void | exit (int val) |
void | _cthrow (const char *pMsg) |
void | _cassert (const char *pMsg, int line) |
STATIC void * | _tableSearch (TableEntry *pStart, TableEntry *pEnd, UINT16 uFind, UINT8 *pfFound) |
void | _setClass (Instance *pSelf, Class *pClass) |
void * | _new (Class *pClass) |
void * | _newArray (UINT16 uType, UINT16 uCount) |
void * | _invokeVirtualLookup (Instance *pSelf, UINT16 uMethId) |
void * | _cinvokeInterface (Instance *pSelf, UINT16 uMethId) |
void | _arrayStore (UINT16 uVal, INT16 iIdx, Array *pArray) |
INT16 | _arrayLoad (INT16 iIdx, Array *pArray) |
UINT16 | _arrayLength (Array *pArray) |
void | _putField (UINT16 uFieldId, UINT16 uVal, Instance *pSelf) |
UINT16 | _getField (UINT16 uFieldId, Instance *pSelf) |
UINT16 | _instanceOf (Class *pType, Instance *pOn) |
void | _checkCast (Class *pType, Instance *pOn) |
void * | _clookupSwitch (UINT16 uIgnore, void *pDefault, TableEntry *pStart, TableEntry *pEnd, UINT16 uFind) |
Variables |
const Class | WordArray_class |
const Class | ByteArray_class |
const Class | ReferenceArray_class |