Lines Matching full:stackframe
116 //--------------- StackFrame ----------------- {{{1117 struct StackFrame {120 StackFrame(uintptr_t p, uintptr_t s) : pc(p), sp(s) { }208 vector<StackFrame> shadow_stack;1929 t.shadow_stack.push_back(StackFrame(target, sp));