Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/inc/
H A Dgcinfo.h817 UInt32 uOffsetInBytes = isNeg ? -offsetInBytes : offsetInBytes; in SetReversePinvokeFrameOffset() local
818 UInt32 uEncodedVal = ((uOffsetInBytes / POINTER_SIZE) << 1) | (isNeg ? 1 : 0); in SetReversePinvokeFrameOffset()