Method | Description | |
---|---|---|
DivideByZeroCheckSupport ( CppCodeWriter writer, Mono.Cecil.MethodDefinition methodDefinition, bool divideByZeroChecksGloballyEnabled ) : Mono.Cecil | ||
WriteDivideByZeroCheckIfNeeded ( |
Method | Description | |
---|---|---|
RecordDivideByZeroCheckEmitted ( ) : void | ||
ShouldEmitDivideByZeroChecksForMethod ( ) : bool |
public DivideByZeroCheckSupport ( CppCodeWriter writer, Mono.Cecil.MethodDefinition methodDefinition, bool divideByZeroChecksGloballyEnabled ) : Mono.Cecil | ||
writer | CppCodeWriter | |
methodDefinition | Mono.Cecil.MethodDefinition | |
divideByZeroChecksGloballyEnabled | bool | |
return | Mono.Cecil |
public WriteDivideByZeroCheckIfNeeded ( |
||
stackInfo | ||
return | void |