1 implementation of GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\PrecodeStubs_Common.cs (1)
191
public virtual TargetCodePointer
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(
7 references to GetInterpreterCodeFromInterpreterPrecodeIfPresent
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataMethodInstance.cs (2)
302
TargetCodePointer pCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
389
TargetCodePointer code = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
Dbi\DacDbiImpl.cs (2)
2807
nativeCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode);
2860
code = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(code);
SOSDacImpl.cs (3)
2301
data->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCodeAddr).ToAddress(_target).ToClrDataAddress(_target);
2513
pReJitData->NativeCodeAddr = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(nativeCode).Value;
5333
TargetCodePointer nativeCode = _target.Contracts.PrecodeStubs.
GetInterpreterCodeFromInterpreterPrecodeIfPresent
(codeVersions.GetNativeCode(nativeCodeVersionHandle));