Searched defs:STACK (Results 1 – 4 of 4) sorted by relevance
161 private static final int STACK = 0x3000000; field in Frame
4349 int *STACK = 0; variable5220 int *STACK = 0; variable
472 #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_sw)) macro
4236 enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED }; enumerator