2 references to GetFunctionLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (2)
65
uint hotSize = _runtimeFunctions.
GetFunctionLength
(imageBase, function);
98
uint coldEndOffset = coldEndFunc.BeginAddress + _runtimeFunctions.
GetFunctionLength
(imageBase, coldEndFunc);