6 references to FindMethodCode
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (6)
32
TargetPointer codeStart =
FindMethodCode
(rangeSection, jittedCodeAddress);
70
TargetPointer codeStart =
FindMethodCode
(rangeSection, jittedCodeAddress);
101
TargetPointer codeStart =
FindMethodCode
(rangeSection, jittedCodeAddress);
119
TargetPointer startAddr =
FindMethodCode
(rangeSection, codeAddress); // validate that the code address is within the method's code range
136
TargetPointer codeStart =
FindMethodCode
(rangeSection, jittedCodeAddress);
206
TargetPointer codeStart =
FindMethodCode
(rangeSection, new TargetCodePointer(codeInfoHandle.Address));