11 references to PrecodeStubs
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
306IPrecodeStubs precodeStubs = _target.Contracts.PrecodeStubs;
Contracts\RuntimeTypeSystem_1.cs (1)
2163TargetPointer methodDescPtr = _target.Contracts.PrecodeStubs.GetMethodDescFromStubAddress(pCode);
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
194Contracts.IPrecodeStubs precode = _target.Contracts.PrecodeStubs;
Microsoft.Diagnostics.DataContractReader.Legacy (8)
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));
SOSDacImpl.IXCLRDataProcess.cs (1)
257IPrecodeStubs precodeStubs = _target.Contracts.PrecodeStubs;