public abstract class sun.jvm.hotspot.interpreter.BytecodeWideable extends sun.jvm.hotspot.interpreter.Bytecode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.interpreter.BytecodeWideable
  super_class: sun.jvm.hotspot.interpreter.Bytecode
{
  void <init>(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // int bci
         0: .line 31
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
         1: .line 32
            return
        end local 2 // int bci
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeWideable;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  public boolean isWide();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
         0: .line 35
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.bci:()I
            iconst_1
            isub
            istore 1 /* prevBci */
        start local 1 // int prevBci
         1: .line 36
            iload 1 /* prevBci */
            iconst_m1
            if_icmple 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.BytecodeWideable.method:Lsun/jvm/hotspot/oops/Method;
            iload 1 /* prevBci */
            invokevirtual sun.jvm.hotspot.oops.Method.getBytecodeOrBPAt:(I)I
            sipush 196
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int prevBci
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/jvm/hotspot/interpreter/BytecodeWideable;
            1    3     1  prevBci  I

  public int getLocalVarIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
         0: .line 41
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.isWide:()Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.code:()I
            iconst_1
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.getIndexU2:(IZ)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.getIndexU1:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWideable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeWideable;
}
SourceFile: "BytecodeWideable.java"