|
CACAO
|
Go to the source code of this file.
Data Structures | |
| struct | stackelement_t |
Enumerations | |
| enum | VariableFlag { SAVEDVAR = 1, INMEMORY = 2, SAVREG = 4, ARGREG = 8, PASSTHROUGH = 32, PREALLOC = 64, INOUT = 128 } |
| enum | VariableKind { UNDEFVAR = 0, TEMPVAR = 1, STACKVAR = 2, LOCALVAR = 3, ARGVAR = 4 } |
Functions | |
| static bool | IS_SAVEDVAR (s4 flags) |
| static bool | IS_INMEMORY (s4 flags) |
| bool | stack_init (void) |
| bool | stack_analyse (jitdata *jd) |
| void | stack_javalocals_store (instruction *iptr, int32_t *javalocals) |
| enum VariableFlag |
| enum VariableKind |
| void stack_javalocals_store | ( | instruction * | iptr, |
| int32_t * | javalocals | ||
| ) |
1.8.5