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