Home
last modified time | relevance | path

Searched refs:GetStackFrame (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/core/
H A Dnative_heap_unittest.py37 st1.Add(nheap.GetStackFrame(EXE_1_MM_BASE))
38 st1.Add(nheap.GetStackFrame(EXE_1_MM_BASE + 4))
41 st2.Add(nheap.GetStackFrame(EXE_1_MM_BASE))
42 st2.Add(nheap.GetStackFrame(EXE_2_MM_BASE + 4))
43 st2.Add(nheap.GetStackFrame(EXE_2_MM_BASE + PAGE_SIZE + 4))
H A Dnative_heap.py26 def GetStackFrame(self, absolute_addr): member in NativeHeap
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpdbgsymtablecontext.pas29 function GetStackFrame: Integer; override; in GetStackFrame() function
63 function TFpSymbolContext.GetStackFrame: Integer; in GetStackFrame() function
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpdbgsymtablecontext.pas29 function GetStackFrame: Integer; override; in GetStackFrame() function
63 function TFpSymbolContext.GetStackFrame: Integer; in GetStackFrame() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/data/
H A Dserialization.py100 frame = nh.GetStackFrame(frame_dict['address'])
107 stack_trace.Add(nh.GetStackFrame(absolute_addr))
H A Dfile_storage_unittest.py84 frame = nh.GetStackFrame(i * 10 + 1)
87 frame = nh.GetStackFrame(i * 10 + 2)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DXsltDebugger.cs24 IStackFrame GetStackFrame(int depth); in GetStackFrame() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DXsltDebugger.cs25 IStackFrame GetStackFrame(int depth); in GetStackFrame() method
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2VMArgStack.hpp165 …inline CDT * GetStackFrame(const INT_32 iTopOffset = 0) { return &aStack[iStackPointer + iTopOffs… in GetStackFrame() function in CTPP::VMArgStack
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/backends/
H A Dnative_heap_dump_parser.py40 strace.Add(nativeheap.GetStackFrame(absolute_addr))
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2VMArgStack.hpp165 …inline CDT * GetStackFrame(const INT_32 iTopOffset = 0) { return &aStack[iStackPointer + iTopOffs… in GetStackFrame() function in CTPP::VMArgStack
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc169 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context, in GetStackFrame() function
173 auto props = d::GetStackFrame(static_cast<uintptr_t>(frame_pointer), in GetStackFrame()
H A Dv8-debug-helper-interop.h140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,
H A Dlocal-variables.cc117 std::vector<Property> properties = GetStackFrame(host_context, frame_offset); in GetValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc169 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context, in GetStackFrame() function
173 auto props = d::GetStackFrame(static_cast<uintptr_t>(frame_pointer), in GetStackFrame()
H A Dv8-debug-helper-interop.h140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,
H A Dlocal-variables.cc117 std::vector<Property> properties = GetStackFrame(host_context, frame_offset); in GetValue()
/dports/editors/lazarus-qt5/lazarus/components/debuggerintf/
H A Ddbgintfmiscclasses.pas27 function GetStackFrame: Integer; in GetStackFrame() function
36 property StackFrame: Integer read GetStackFrame;
175 function TDbgEntityValue.GetStackFrame: Integer; in GetStackFrame() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/debuggerintf/
H A Ddbgintfmiscclasses.pas27 function GetStackFrame: Integer; in GetStackFrame() function
36 property StackFrame: Integer read GetStackFrame;
175 function TDbgEntityValue.GetStackFrame: Integer; in GetStackFrame() function
/dports/editors/lazarus/lazarus/components/debuggerintf/
H A Ddbgintfmiscclasses.pas27 function GetStackFrame: Integer; in GetStackFrame() function
36 property StackFrame: Integer read GetStackFrame;
175 function TDbgEntityValue.GetStackFrame: Integer; in GetStackFrame() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/debuggerintf/
H A Ddbgintfmiscclasses.pas27 function GetStackFrame: Integer; in GetStackFrame() function
36 property StackFrame: Integer read GetStackFrame;
175 function TDbgEntityValue.GetStackFrame: Integer; in GetStackFrame() function
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dtest-inline-call-stack-library.cs92 public static StackFrame GetStackFrame () { in GetStackFrame() method in Library.InlinedMethods
H A Dtest-inline-call-stack.cs27 StackFrame inlinedStackFrame = InlinedMethods.GetStackFrame (); in Main()
/dports/lang/v8/v8-9.6.180.12/tools/debug_helper/
H A Ddebug-helper.h258 inline StackFrameResultPtr GetStackFrame( in GetStackFrame() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/debug_helper/
H A Ddebug-helper.h258 inline StackFrameResultPtr GetStackFrame( in GetStackFrame() function

123