Lines Matching defs:_StackFrame
1142 struct _StackFrame { struct
1154 struct _StackFrame* inner; argument
1155 struct _StackFrame* outer; argument
1156 Word depth; /* 0 for outermost; increases inwards */
1169 IInstance* htab;
1170 UWord htab_size; /* size of hash table, MAY ONLY BE A POWER OF 2 */
1171 UWord htab_used; /* number of hash table slots currently in use */
1174 Addr sp_at_call;
1175 Addr fp_at_call;
1176 XArray* /* of Addr */ blocks_added_by_call;
1178 IInstance htab_fixed[N_HTAB_FIXED];