3 references to GCREFMAP_INTERIOR
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
284
frame[_offset + delta] = interior ? CORCOMPILE_GCREFMAP_TOKENS.
GCREFMAP_INTERIOR
: CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF;
339
CORCOMPILE_GCREFMAP_TOKENS token = (eightByteClassification == SystemVClassificationType.SystemVClassificationTypeIntegerByRef) ? CORCOMPILE_GCREFMAP_TOKENS.
GCREFMAP_INTERIOR
: CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF;
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
195
frame[_transitionBlock.ThisOffset] = (interior ? CORCOMPILE_GCREFMAP_TOKENS.
GCREFMAP_INTERIOR
: CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF);