8 writes to addr
ILCompiler.ReadyToRun (8)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
2388
pResult->codePointerOrStubLookup.constLookup.
addr
= null;
2462
constLookup.
addr
= (void*)ObjectToHandle(new RequiresRuntimeJitIfUsedSymbol(unstableMessage + " calling " + method));
3229
pLookup.
addr
= (void*)ObjectToHandle(_compilation.SymbolNodeFactory.GetPInvokeTargetNode(methodWithToken));
3234
pLookup.
addr
= (void*)ObjectToHandle(_compilation.SymbolNodeFactory.GetIndirectPInvokeTargetNode(methodWithToken));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
3608
instArg.constLookup.
addr
= null;
3939
pNativeEntrypoint->
addr
= (void*)ObjectToHandle(entryPoint);
3944
pNativeEntrypoint->
addr
= (void*)ObjectToHandle(entryPoint);
4038
constLookup.
addr
= (void*)ObjectToHandle(symbol);
1 reference to addr
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3450
object node = HandleToObject(entryPoint.
addr
);