Searched defs:StackFrame (Results 1 – 11 of 11) sorted by relevance
129 struct StackFrame struct131 LONG *ExceptionDomainID;132 /*ProcessorStructure*/ int *ExceptionProcessorID;133 BYTE *ExceptionDescription;134 LONG ExceptionFlags;135 LONG ExceptionErrorCode;136 LONG ExceptionNumber;137 struct SavedMachineState ExceptionState;
13 #define StackFrame T_TSS_StackFrame macro
22 class StackFrame; variable
53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
51 class StackFrame; variable
1207 friend class StackFrame; variable
217 enum ContextKind { StackFrame, Block }; enumerator
1271 for (auto StackFrame : AllocInfo->CallStack) in addCallStack() local1287 auto StackFrame = ProfileCallStack.begin() + StartIndex; in stackFrameIncludesInlinedCallStack() local1362 for (auto &StackFrame : CS) { in readMemprof() local
196 class StackFrame; variable
501 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext() local
2125 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local