1 implementation of GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\PrecodeStubs_Common.cs (1)
189
TargetCodePointer IPrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(TargetCodePointer entryPoint)
4 references to GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataMethodInstance.cs (1)
292
TargetCodePointer pCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
SOSDacImpl.cs (3)
2318
data->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCodeAddr).ToAddress(_target).ToClrDataAddress(_target);
2531
pReJitData->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode).Value;
5334
TargetCodePointer nativeCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(codeVersions.GetNativeCode(nativeCodeVersionHandle));