2 implementations of GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
31
uint IGCInfo.
GetCodeLength
(IGCInfoHandle gcInfoHandle)
Contracts\GCInfo\GCInfoX86_1.cs (1)
34
uint IGCInfo.
GetCodeLength
(IGCInfoHandle gcInfoHandle)
5 references to GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
62
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
59
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
87
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodInstance.cs (1)
415
uint codeLength = gcInfo.
GetCodeLength
(gcInfoHandle);
SOSDacImpl.cs (1)
815
data->MethodSize = gcInfo.
GetCodeLength
(gcInfoHandle);