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