Defines | |||
![]() | ![]() | #define | SIDEEFFECTS |
![]() | ![]() | #define | SIDEEFFECTS_WALKSTACK |
![]() | ![]() | #define | SIDEEFFECTS_CANABORT |
![]() | ![]() | #define | NOSIDEEFFECTS |
![]() | ![]() | #define | SAFE_SIDEEFFECTS |
![]() | ![]() | #define | SAFE_NONIDEMPOTENT |
![]() | ![]() | #define | IN_PRIM_TABLE |
![]() | ![]() | #define | DefineDebugPrim ( flagName, flagType, flagTypeName, primReturnType, initialValue, getCurrentValue, checkNewValue, setNewValue, explanation, wizardOnly) |
Functions | |||
![]() | ![]() | PrimDesc** | primDescTable () |
![]() | ![]() | PrimDesc* | getPrimDescOfSelector (stringOop selector, bool internal) |
![]() | ![]() | PrimDesc* | getPrimDescOfBytes (char* s, fint len, bool internal) |
![]() | ![]() | PrimDesc* | getPrimDescOfFunction (fntype fn, bool internal) |
![]() | ![]() | PrimDesc* | getPrimDescOfFirstInstruction (char* fn_start_arg, bool internal) |
![]() | ![]() | char* | getPrimName (char* fn_start) |
![]() | ![]() | void | initializePrimDesc () |
![]() | ![]() | void | prim_init () |
Variables | |||
![]() | ![]() | PrimDesc | fntable1 [] |
![]() | ![]() | PrimDesc | fntable2 [] |
![]() | ![]() | PrimDesc* | fntable [] |
#define SIDEEFFECTS () |
#define SIDEEFFECTS_WALKSTACK () |
#define SIDEEFFECTS_CANABORT () |
#define NOSIDEEFFECTS () |
#define SAFE_SIDEEFFECTS () |
#define SAFE_NONIDEMPOTENT () |
#define IN_PRIM_TABLE () |
#define DefineDebugPrim (flagName, flagType, flagTypeName, primReturnType, initialValue, getCurrentValue, checkNewValue, setNewValue, explanation, wizardOnly) |
PrimDesc ** primDescTable () |
PrimDesc * getPrimDescOfSelector (stringOop selector, bool internal) |
PrimDesc * getPrimDescOfBytes (char * s, fint len, bool internal) |
PrimDesc * getPrimDescOfFunction (fntype fn, bool internal) |
PrimDesc * getPrimDescOfFirstInstruction (char * fn_start_arg, bool internal) |
char * getPrimName (char * fn_start) |
void initializePrimDesc () |
void prim_init () |
PrimDesc fntable1[] [static]
|
PrimDesc fntable2[] [static]
|
PrimDesc* fntable[] [static]
|