Ejemplo n.º 1
0
 /// <summary>
 /// Patches the call site with whatever instructions are in code start.
 /// </summary>
 /// <param name="callSite">The call site.</param>
 /// <param name="codeStart">The call info.</param>
 private void PatchCallSiteWithCodeStart(IntPtr callSite, CodeStart codeStart)
 {
     codeStart.PatchCallSite(callSite);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Patches the call site with whatever instructions are in code start.
 /// </summary>
 /// <param name="callSite">The call site.</param>
 /// <param name="codeStart">The call info.</param>
 private void PatchCallSiteWithCodeStart(IntPtr callSite, CodeStart codeStart)
 {
     codeStart.PatchCallSite(callSite);
 }