3 implementations of GetStartAddress
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
22
public TargetPointer
GetStartAddress
(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStartAddress(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
22
public TargetPointer
GetStartAddress
(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStartAddress(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
238
TargetPointer IExecutionManager.
GetStartAddress
(CodeBlockHandle codeInfoHandle)
9 references to GetStartAddress
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\CodeVersions_1.cs (1)
142
executionManager.
GetStartAddress
(info.Value),
Contracts\DebugInfo\DebugInfo_1.cs (1)
42
TargetPointer nativeCodeStart = _eman.
GetStartAddress
(cbh);
Contracts\DebugInfo\DebugInfo_2.cs (1)
49
TargetPointer nativeCodeStart = _eman.
GetStartAddress
(cbh);
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
22
public TargetPointer GetStartAddress(CodeBlockHandle codeInfoHandle) => _executionManagerCore.
GetStartAddress
(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
22
public TargetPointer GetStartAddress(CodeBlockHandle codeInfoHandle) => _executionManagerCore.
GetStartAddress
(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
322
TargetPointer startAddress = ((IExecutionManager)this).
GetStartAddress
(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
344
methodStart = executionManager.
GetStartAddress
(cbh);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
61
TargetPointer methodStart = eman.
GetStartAddress
(cbh);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
828
data->MethodStart = eman.
GetStartAddress
(cbh).Value;