Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs201 CILLabel label;
285 CILLabel dest;
319 CILLabel[] cases;
711 CILLabel lab = new CILLabel(); in NewCodedLabel()
905 public CodeBlock(CILLabel start, CILLabel end) in CodeBlock()
942 public TryBlock(CILLabel start, CILLabel end) : base(start,end) { } in TryBlock()
1033 public Catch(Class except, CILLabel handlerStart, CILLabel handlerEnd) in Catch()
1039 public Catch(Type except, CILLabel handlerStart, CILLabel handlerEnd) in Catch()
1070 public Filter(CILLabel filterLabel, CILLabel handlerStart, in Filter()
1099 public Finally(CILLabel finallyStart, CILLabel finallyEnd) in Finally()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DPEAPI.cs123 …API.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CI… in Catch()
124 …EAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CI… in Catch()
169 public partial class CILLabel class
233 protected PEAPI.CILLabel end;
235 protected PEAPI.CILLabel start;
236 public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { } in CodeBlock()
311 …public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), … in Fault()
391 …ter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (de… in Filter()
395 …public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLa… in Finally()
453 …public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), def… in HandlerBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DPEAPI.cs124 …API.Class except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CI… in Catch()
125 …EAPI.Type except, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (default(PEAPI.CI… in Catch()
170 public partial class CILLabel class
234 protected PEAPI.CILLabel end;
236 protected PEAPI.CILLabel start;
237 public CodeBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) { } in CodeBlock()
312 …public Fault(PEAPI.CILLabel faultStart, PEAPI.CILLabel faultEnd) : base (default(PEAPI.CILLabel), … in Fault()
392 …ter(PEAPI.CILLabel filterLabel, PEAPI.CILLabel handlerStart, PEAPI.CILLabel handlerEnd) : base (de… in Filter()
396 …public Finally(PEAPI.CILLabel finallyStart, PEAPI.CILLabel finallyEnd) : base (default(PEAPI.CILLa… in Finally()
454 …public HandlerBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), def… in HandlerBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DSwitchInstr.cs30 PEAPI.CILLabel[] label_array; in Emit()
33 label_array = new PEAPI.CILLabel[label_list.Count]; in Emit()
42 label_array = new PEAPI.CILLabel [0]; in Emit()
H A DFilterBlock.cs33 PEAPI.CILLabel label = this_block.GetFromLabel (code_gen, method); in Resolve()
34 PEAPI.CILLabel from = handler_block.GetFromLabel (code_gen, method); in Resolve()
35 PEAPI.CILLabel to = handler_block.GetToLabel (code_gen, method); in Resolve()
H A DHandlerBlock.cs26 public PEAPI.CILLabel GetFromLabel (CodeGen code_gen, MethodDef method) in GetFromLabel()
31 public PEAPI.CILLabel GetToLabel (CodeGen code_gen, MethodDef method) in GetToLabel()
H A DFinallyBlock.cs31 PEAPI.CILLabel from = handler_block.GetFromLabel (code_gen, method); in Resolve()
32 PEAPI.CILLabel to = handler_block.GetToLabel (code_gen, method); in Resolve()
H A DFaultBlock.cs31 PEAPI.CILLabel from = handler_block.GetFromLabel (code_gen, method); in Resolve()
32 PEAPI.CILLabel to = handler_block.GetToLabel (code_gen, method); in Resolve()
H A DCatchBlock.cs33 PEAPI.CILLabel from = handler_block.GetFromLabel (code_gen, method); in Resolve()
34 PEAPI.CILLabel to = handler_block.GetToLabel (code_gen, method); in Resolve()
H A DLabelInfo.cs19 public PEAPI.CILLabel Label;
39 public void Define (PEAPI.CILLabel label) in Define()
H A DTryBlock.cs36 PEAPI.CILLabel from = block.GetFromLabel (code_gen, meth); in Emit()
37 PEAPI.CILLabel to = block.GetToLabel (code_gen, meth); in Emit()
H A DMethodDef.cs603 label.Define (new PEAPI.CILLabel (label.Offset, true)); in WriteCode()
690 public PEAPI.CILLabel GetLabelDef (string name) in GetLabelDef()
697 public PEAPI.CILLabel GetLabelDef (int pos) in GetLabelDef()