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