summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
authorFadi Hanna <fadim@microsoft.com>2016-05-19 23:42:02 -0700
committerJan Kotas <jkotas@microsoft.com>2016-05-19 23:42:02 -0700
commit7ea2604efd2c58e6279f19e069c844e50f3acbfa (patch)
treef00a813e338f1fdb0e59acff8f85ac4d6b869ad7 /src/inc/corcompile.h
parent8af8300d4a24e674b69b8399fc1a6de3cdcb7bc8 (diff)
downloadcoreclr-7ea2604efd2c58e6279f19e069c844e50f3acbfa.tar.gz
coreclr-7ea2604efd2c58e6279f19e069c844e50f3acbfa.tar.bz2
coreclr-7ea2604efd2c58e6279f19e069c844e50f3acbfa.zip
Implementation of the following generic dictionary entries for R2R: (#5079)
MethodDescSlot MethodEntrySlot DispatchStubAddrSlot
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index 0b87b3e253..d3120d44dd 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -1764,7 +1764,8 @@ class ICorCompileInfo
LPVOID encodeContext,
ENCODEMODULE_CALLBACK pfnEncodeModule,
CORINFO_RESOLVED_TOKEN * pResolvedToken = NULL,
- CORINFO_RESOLVED_TOKEN * pConstrainedResolvedToken = NULL) = 0;
+ CORINFO_RESOLVED_TOKEN * pConstrainedResolvedToken = NULL,
+ BOOL fEncodeUsingResolvedTokenSpecStreams = FALSE) = 0;
// Returns non-null methoddef or memberref token if it is sufficient to encode the method (no generic instantiations, etc.)
virtual mdToken TryEncodeMethodAsToken(