Home
last modified time | relevance | path

Searched refs:DENORMALIZE_CODE_LENGTH (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/coreclr/
H A Dgcinfotypes.h593 #define DENORMALIZE_CODE_LENGTH(x) (x) macro
649 #define DENORMALIZE_CODE_LENGTH(x) ((x)<<1) macro
707 #define DENORMALIZE_CODE_LENGTH(x) ((x)<<2) macro
768 #define DENORMALIZE_CODE_LENGTH(x) (x) macro
H A Dgcinfodecoder.cpp159 …m_CodeLength = (UINT32) DENORMALIZE_CODE_LENGTH((UINT32) m_Reader.DecodeVarLengthUnsigned(CODE_LEN… in GcInfoDecoder()