5 references to ComputeConstantLookup
ILCompiler.Compiler (4)
IL\ILImporter.Scanner.cs (4)
270
_dependencies.Add(_compilation.
ComputeConstantLookup
(ReadyToRunHelperId.TypeHandleForCasting, catchType), "EH");
312
_dependencies.Add(_compilation.
ComputeConstantLookup
(ReadyToRunHelperId.TypeHandleForCasting, type), "IsInst/CastClass");
584
_dependencies.Add(_compilation.
ComputeConstantLookup
(ReadyToRunHelperId.ObjectAllocator, method.Instantiation[0]), reason);
1192
reference = _compilation.
ComputeConstantLookup
(helperId, type);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
319
ISymbolNode constLookup = _compilation.
ComputeConstantLookup
(helperId, entity);