4 references to CORINFO_RUNTIME_LOOKUP
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2688
ref
CORINFO_RUNTIME_LOOKUP
pResult = ref pResultLookup.runtimeLookup;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (3)
261
public
CORINFO_RUNTIME_LOOKUP
runtimeLookup;
274
Debug.Assert(sizeof(
CORINFO_RUNTIME_LOOKUP
) >= sizeof(CORINFO_CONST_LOOKUP));
275
fixed (
CORINFO_RUNTIME_LOOKUP
* p = &runtimeLookup)