Package jnr.x86asm

Class TrampolineWriter


  • final class TrampolineWriter
    extends java.lang.Object
    Class used to determine size of trampoline and as trampoline writer.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void writeTrampoline​(java.nio.ByteBuffer buf, long target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrampolineWriter

        TrampolineWriter()
    • Method Detail

      • writeTrampoline

        static void writeTrampoline​(java.nio.ByteBuffer buf,
                                    long target)