1 implementation of GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\PrecodeStubs_Common.cs (1)
184
public virtual TargetCodePointer
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(
9 references to GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataMethodInstance.cs (3)
374
TargetCodePointer pCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
464
TargetCodePointer pCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
552
TargetCodePointer code = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
Dbi\DacDbiImpl.cs (2)
2905
nativeCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
2959
code = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(code);
SOSDacImpl.cs (3)
2381
data->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCodeAddr).ToAddress(_target).ToClrDataAddress(_target);
2593
pReJitData->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode).Value;
5463
TargetCodePointer nativeCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(codeVersions.GetNativeCode(nativeCodeVersionHandle));
SOSDacImpl.IXCLRDataProcess.cs (1)
292
TargetCodePointer managedCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(codeAddr);