Searched defs:_StackFrame (Results 1 – 1 of 1) sorted by relevance
1195 struct _StackFrame { struct1207 struct _StackFrame* inner; argument1208 struct _StackFrame* outer; argument1209 Word depth; /* 0 for outermost; increases inwards */1222 IInstance* htab;1223 UWord htab_size; /* size of hash table, MAY ONLY BE A POWER OF 2 */1224 UWord htab_used; /* number of hash table slots currently in use */1227 Addr sp_at_call;1228 Addr fp_at_call;1229 XArray* /* of Addr */ blocks_added_by_call;[all …]