Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ahna <chrisahn@microsoft.com>2016-01-26 03:58:38 +0300
committerChris Ahna <chrisahn@microsoft.com>2016-01-26 03:58:38 +0300
commitfa0df48cfda30c090081a3ecf0913976c733995c (patch)
treeeae1c80b477acb15278198863e8c6a904eef6c30 /src/Native/Runtime/RHCodeMan.h
parent20196c2b9fa74cdfbebc1d7b95365e4ebb155273 (diff)
MRT StackFrameIterator improvements
These changes are targeted at completing/hardening the runtime's support for the new UniversalTransition and CallDescr thunks and also clarifying the invariants that hold throughout stack walker operation. [tfs-changeset: 1568546]
Diffstat (limited to 'src/Native/Runtime/RHCodeMan.h')
-rw-r--r--src/Native/Runtime/RHCodeMan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/RHCodeMan.h b/src/Native/Runtime/RHCodeMan.h
index 0f601b53f..88f2e5875 100644
--- a/src/Native/Runtime/RHCodeMan.h
+++ b/src/Native/Runtime/RHCodeMan.h
@@ -66,6 +66,9 @@ public:
static PTR_VOID GetReversePInvokeSaveFrame(EEMethodInfo * pMethodInfo,
REGDISPLAY * pContext);
+ static UIntNative GetConservativeUpperBoundForOutgoingArgs(EEMethodInfo * pMethodInfo,
+ REGDISPLAY * pContext);
+
static PTR_VOID GetFramePointer(EEMethodInfo * pMethodInfo,
REGDISPLAY * pContext);