3 references to GCREFMAP_LOOKUP_STRIDE
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (3)
70
int offsetCount = _methods.Count /
GCREFMAP_LOOKUP_STRIDE
;
81
int nextMethodIndex =
GCREFMAP_LOOKUP_STRIDE
- 1;
105
nextMethodIndex +=
GCREFMAP_LOOKUP_STRIDE
;