Home
last modified time | relevance | path

Searched refs:CILInstruction (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs10 internal abstract class CILInstruction { class
29 internal class CILByte : CILInstruction {
45 internal class Instr : CILInstruction {
200 internal class LabelInstr : CILInstruction {
368 private CILInstruction[] buffer = new CILInstruction[INITSIZE];
391 CILInstruction[] tmp = buffer; in AddToBuffer()
1292 CILInstruction branch;
1293 CILInstruction[] multipleBranches;
1295 CILInstruction labInstr;
1322 multipleBranches = new CILInstruction[2]; in AddBranch()
[all …]