Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInstructionList.cs986 private int EnsureLabelIndex(BranchLabel label) in EnsureLabelIndex() method in System.Linq.Expressions.Interpreter.InstructionList
1002 return EnsureLabelIndex(handlerLabel); in MarkRuntimeLabel()
1012 … Emit(GotoInstruction.Create(EnsureLabelIndex(label), hasResult, hasValue, labelTargetGetsValue)); in EmitGoto()
1068 … Emit(EnterTryCatchFinallyInstruction.CreateTryFinally(EnsureLabelIndex(finallyStartLabel))); in EmitEnterTryFinally()
1078 var instruction = new EnterTryFaultInstruction(EnsureLabelIndex(tryEnd)); in EmitEnterTryFault()
1085 Emit(EnterFinallyInstruction.Create(EnsureLabelIndex(finallyStartLabel))); in EmitEnterFinally()
1095 Emit(EnterFaultInstruction.Create(EnsureLabelIndex(faultStartLabel))); in EmitEnterFault()
1125 … Emit(LeaveExceptionHandlerInstruction.Create(EnsureLabelIndex(tryExpressionEndLabel), hasValue)); in EmitLeaveExceptionHandler()