1 write to BlobData
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
31
BlobData
= blobData;
8 references to BlobData
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (4)
71
offset += deduplicatedResult._methodNode.FrameInfos[frameInfoIndex].
BlobData
.Length;
96
byte[] blobData = _methodNode.ColdFrameInfos[frameInfoIndex].
BlobData
;
201
byte[] unwindInfo = frameInfo.
BlobData
;
210
header[i++] = _methodNode.FrameInfos[0].
BlobData
[3]; // Copying frame and frame offset from main function
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
99
uint virtualIPCount = GetFunctionLocalVirtualIPCountFromUnwindBlob(frameInfo.
BlobData
);
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (3)
38
&& ((ReadOnlySpan<byte>)
BlobData
).SequenceEqual(other.
BlobData
);
48
hash.AddBytes(
BlobData
);