Class AbstractA64StubCompiler

  • Direct Known Subclasses:
    ARM_64StubCompiler

    abstract class AbstractA64StubCompiler
    extends StubCompiler
    Base class for most X86_32/X86_64 stub compilers
    • Constructor Detail

      • AbstractA64StubCompiler

        protected AbstractA64StubCompiler​(Runtime runtime)
    • Method Detail

      • getRuntime

        public final Runtime getRuntime()
      • attach

        void attach​(java.lang.Class clazz)
        Specified by:
        attach in class StubCompiler
      • align

        static int align​(int offset,
                         int align)
      • align

        static long align​(long offset,
                          long align)