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