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