Home
last modified time | relevance | path

Searched defs:EmitShort (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DObjectDataBuilder.cs79 public void EmitShort(short emit) in EmitShort() method
230 public void EmitShort(Reservation reservation, short emit) in EmitShort() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DILGen.cs351 internal static void EmitShort(this ILGenerator il, short value) { in EmitShort() method in Microsoft.Scripting.Ast.Compiler.ILGen