11 writes to needsRuntimeLookup
ILCompiler.RyuJit (11)
JitInterface\CorInfoImpl.RyuJit.cs (8)
286
lookup.lookupKind.
needsRuntimeLookup
= true;
337
lookup.lookupKind.
needsRuntimeLookup
= false;
461
pLookup.lookupKind.
needsRuntimeLookup
= true;
479
pLookup.lookupKind.
needsRuntimeLookup
= false;
1378
pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
= false;
1455
pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
= true;
1610
pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
= false;
1643
pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
= false;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
3606
instArg.lookupKind.
needsRuntimeLookup
= false;
4001
result.
needsRuntimeLookup
= true;
4006
result.
needsRuntimeLookup
= false;
2 references to needsRuntimeLookup
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
1606
Debug.Assert(pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
);
1639
Debug.Assert(pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
);