8 references to Interpreter
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
331
if (((IExecutionManager)this).GetCodeKind(new TargetCodePointer(startAddress.Value)) == CodeKind.
Interpreter
)
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
71
return CodeKind.
Interpreter
;
Contracts\StackWalk\StackWalk_1.cs (1)
1421
return _eman.GetCodeKind(ip) == CodeKind.
Interpreter
;
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodInstance.cs (1)
410
IGCInfoHandle gcInfoHandle = codeKind == CodeKind.
Interpreter
Dbi\DacDbiImpl.cs (1)
2219
IGCInfoHandle gcInfoHandle = codeKind == CodeKind.
Interpreter
SOSDacImpl.cs (2)
799
Contracts.CodeKind.
Interpreter
=> JitTypes.TYPE_INTERPRETER,
812
IGCInfoHandle gcInfoHandle = codeKind == Contracts.CodeKind.
Interpreter
SOSDacImpl.IXCLRDataProcess.cs (1)
204
CodeKind.Jitted or CodeKind.ReadyToRun or CodeKind.
Interpreter
=> CLRDataAddressType.CLRDATA_ADDRESS_MANAGED_METHOD,