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