2 references to handleBase
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
774
handle = (IntPtr)(handleMultiplier * _handleToObject.Count +
handleBase
);
784
int index = ((int)handle -
handleBase
) / handleMultiplier;