9 references to RegularInstructionsLength
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (2)
639
return (int)
RegularInstructionsLength
+ branchSize;
763
return (int)(
RegularInstructionsLength
+ branchSize);
CodeGen\ILBuilder.cs (4)
161
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.
RegularInstructionsLength
)
167
_allocatedILMarkers[_lastCompleteBlock.LastILMarker].BlockOffset == _lastCompleteBlock.
RegularInstructionsLength
)
182
_allocatedILMarkers[marker] = new ILMarker() { BlockOffset = (int)current.
RegularInstructionsLength
, AbsoluteOffset = -1 };
1238
BlockOffset = (int)curBlock.
RegularInstructionsLength
,
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\ILBuilderVisualizer.cs (3)
208
var instrCnt = block.
RegularInstructionsLength
;
217
sb.Append(string.Format(" IL_{0:x4}:", block.
RegularInstructionsLength
+ block.Start));
246
sb.Append(string.Format(" IL_{0:x4}:", block.
RegularInstructionsLength
+ block.Start));