Package sun.jvm.hotspot.asm.x86

Examples of sun.jvm.hotspot.asm.x86.X86InstructionFactoryImpl


   * Creates a new disassembler working on the given bytearray.
   *
   * @param code Byte array of code to be disassembled.
   */
  public X86Disassembler(BinaryInputBuffer code) {
    this(code, new X86InstructionFactoryImpl());
  }
View Full Code Here

TOP

Related Classes of sun.jvm.hotspot.asm.x86.X86InstructionFactoryImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.