4 instantiations of CalleePayload
illink (4)
Linker.Steps\UnreachableBlocksOptimizer.cs (4)
295
return TryGetMethodCallResult (new
CalleePayload
(sizeOfImpl, Array.Empty<Instruction> ()))?.Instruction;
481
var cpl = new
CalleePayload
(md, GetArgumentsOnStack (md, instrs, i));
836
targetResult ??= optimizer.TryGetMethodCallResult (new
CalleePayload
(md, args))?.Instruction;
1816
MethodResult? call_result = optimizer.TryGetMethodCallResult (new
CalleePayload
(md, args), callStack);
5 references to CalleePayload
illink (5)
Linker.Steps\UnreachableBlocksOptimizer.cs (5)
212
MethodResult? AnalyzeMethodForConstantResult (in
CalleePayload
callee, Stack<MethodDefinition> callStack)
252
MethodResult? TryGetMethodCallResult (in
CalleePayload
callee)
258
MethodResult? TryGetMethodCallResult (in
CalleePayload
callee, Stack<MethodDefinition> callStack)
481
var
cpl = new CalleePayload (md, GetArgumentsOnStack (md, instrs, i));
1518
public bool Analyze (in
CalleePayload
callee, Stack<MethodDefinition> callStack)