public class sun.jvm.hotspot.code.Location
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.Location
  super_class: java.lang.Object
{
  private int value;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static int OFFSET_MASK;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int OFFSET_SHIFT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_MASK;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_SHIFT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int WHERE_MASK;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int WHERE_SHIFT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_NORMAL;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_OOP;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_NARROWOOP;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_INT_IN_LONG;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_LNG;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_FLOAT_IN_DBL;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_DBL;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_ADDR;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int TYPE_INVALID;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int WHERE_ON_STACK;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int WHERE_IN_REGISTER;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new sun.jvm.hotspot.code.Location$1
            dup
            invokespecial sun.jvm.hotspot.code.Location$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 188
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 58
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 59
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ldc "Debug info not used in core build"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* db */
            ldc "Location::OFFSET_MASK"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.OFFSET_MASK:I
         5: .line 63
            aload 0 /* db */
            ldc "Location::OFFSET_SHIFT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.OFFSET_SHIFT:I
         6: .line 64
            aload 0 /* db */
            ldc "Location::TYPE_MASK"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_MASK:I
         7: .line 65
            aload 0 /* db */
            ldc "Location::TYPE_SHIFT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_SHIFT:I
         8: .line 66
            aload 0 /* db */
            ldc "Location::WHERE_MASK"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.WHERE_MASK:I
         9: .line 67
            aload 0 /* db */
            ldc "Location::WHERE_SHIFT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.WHERE_SHIFT:I
        10: .line 70
            aload 0 /* db */
            ldc "Location::normal"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_NORMAL:I
        11: .line 71
            aload 0 /* db */
            ldc "Location::oop"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_OOP:I
        12: .line 72
            aload 0 /* db */
            ldc "Location::narrowoop"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_NARROWOOP:I
        13: .line 73
            aload 0 /* db */
            ldc "Location::int_in_long"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_INT_IN_LONG:I
        14: .line 74
            aload 0 /* db */
            ldc "Location::lng"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_LNG:I
        15: .line 75
            aload 0 /* db */
            ldc "Location::float_in_dbl"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_FLOAT_IN_DBL:I
        16: .line 76
            aload 0 /* db */
            ldc "Location::dbl"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_DBL:I
        17: .line 77
            aload 0 /* db */
            ldc "Location::addr"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_ADDR:I
        18: .line 78
            aload 0 /* db */
            ldc "Location::invalid"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.TYPE_INVALID:I
        19: .line 81
            aload 0 /* db */
            ldc "Location::on_stack"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.WHERE_ON_STACK:I
        20: .line 82
            aload 0 /* db */
            ldc "Location::in_register"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.code.Location.WHERE_IN_REGISTER:I
        21: .line 83
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    MethodParameters:
      Name  Flags
      db    

  void <init>(sun.jvm.hotspot.code.Location$Where, sun.jvm.hotspot.code.Location$Type, int);
    descriptor: (Lsun/jvm/hotspot/code/Location$Where;Lsun/jvm/hotspot/code/Location$Type;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // sun.jvm.hotspot.code.Location$Where where
        start local 2 // sun.jvm.hotspot.code.Location$Type type
        start local 3 // int offset
         0: .line 191
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 192
            aload 0 /* this */
            aload 1 /* where */
            invokevirtual sun.jvm.hotspot.code.Location.setWhere:(Lsun/jvm/hotspot/code/Location$Where;)V
         2: .line 193
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual sun.jvm.hotspot.code.Location.setType:(Lsun/jvm/hotspot/code/Location$Type;)V
         3: .line 194
            aload 0 /* this */
            iload 3 /* offset */
            invokevirtual sun.jvm.hotspot.code.Location.setOffset:(I)V
         4: .line 195
            return
        end local 3 // int offset
        end local 2 // sun.jvm.hotspot.code.Location$Type type
        end local 1 // sun.jvm.hotspot.code.Location$Where where
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/code/Location;
            0    5     1   where  Lsun/jvm/hotspot/code/Location$Where;
            0    5     2    type  Lsun/jvm/hotspot/code/Location$Type;
            0    5     3  offset  I
    MethodParameters:
        Name  Flags
      where   
      type    
      offset  

  public sun.jvm.hotspot.code.Location$Where getWhere();
    descriptor: ()Lsun/jvm/hotspot/code/Location$Where;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 198
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.Location.value:I
            getstatic sun.jvm.hotspot.code.Location.WHERE_MASK:I
            iand
            getstatic sun.jvm.hotspot.code.Location.WHERE_SHIFT:I
            ishr
            istore 1 /* where */
        start local 1 // int where
         1: .line 199
            iload 1 /* where */
            getstatic sun.jvm.hotspot.code.Location.WHERE_ON_STACK:I
            if_icmpne 3
         2: .line 200
            getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
            areturn
         3: .line 201
      StackMap locals: int
      StackMap stack:
            iload 1 /* where */
            getstatic sun.jvm.hotspot.code.Location.WHERE_IN_REGISTER:I
            if_icmpne 5
         4: .line 202
            getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            areturn
         5: .line 204
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int where
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/code/Location;
            1    6     1  where  I

  public sun.jvm.hotspot.code.Location$Type getType();
    descriptor: ()Lsun/jvm/hotspot/code/Location$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 209
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.Location.value:I
            getstatic sun.jvm.hotspot.code.Location.TYPE_MASK:I
            iand
            getstatic sun.jvm.hotspot.code.Location.TYPE_SHIFT:I
            ishr
            istore 1 /* type */
        start local 1 // int type
         1: .line 210
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_NORMAL:I
            if_icmpne 3
         2: .line 211
            getstatic sun.jvm.hotspot.code.Location$Type.NORMAL:Lsun/jvm/hotspot/code/Location$Type;
            areturn
         3: .line 212
      StackMap locals: int
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_OOP:I
            if_icmpne 5
         4: .line 213
            getstatic sun.jvm.hotspot.code.Location$Type.OOP:Lsun/jvm/hotspot/code/Location$Type;
            areturn
         5: .line 214
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_NARROWOOP:I
            if_icmpne 7
         6: .line 215
            getstatic sun.jvm.hotspot.code.Location$Type.NARROWOOP:Lsun/jvm/hotspot/code/Location$Type;
            areturn
         7: .line 216
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_INT_IN_LONG:I
            if_icmpne 9
         8: .line 217
            getstatic sun.jvm.hotspot.code.Location$Type.INT_IN_LONG:Lsun/jvm/hotspot/code/Location$Type;
            areturn
         9: .line 218
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_LNG:I
            if_icmpne 11
        10: .line 219
            getstatic sun.jvm.hotspot.code.Location$Type.LNG:Lsun/jvm/hotspot/code/Location$Type;
            areturn
        11: .line 220
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_FLOAT_IN_DBL:I
            if_icmpne 13
        12: .line 221
            getstatic sun.jvm.hotspot.code.Location$Type.FLOAT_IN_DBL:Lsun/jvm/hotspot/code/Location$Type;
            areturn
        13: .line 222
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_DBL:I
            if_icmpne 15
        14: .line 223
            getstatic sun.jvm.hotspot.code.Location$Type.DBL:Lsun/jvm/hotspot/code/Location$Type;
            areturn
        15: .line 224
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_ADDR:I
            if_icmpne 17
        16: .line 225
            getstatic sun.jvm.hotspot.code.Location$Type.ADDR:Lsun/jvm/hotspot/code/Location$Type;
            areturn
        17: .line 226
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            getstatic sun.jvm.hotspot.code.Location.TYPE_INVALID:I
            if_icmpne 19
        18: .line 227
            getstatic sun.jvm.hotspot.code.Location$Type.INVALID:Lsun/jvm/hotspot/code/Location$Type;
            areturn
        19: .line 229
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int type
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lsun/jvm/hotspot/code/Location;
            1   20     1  type  I

  public short getOffset();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 234
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.Location.value:I
            getstatic sun.jvm.hotspot.code.Location.OFFSET_MASK:I
            iand
            getstatic sun.jvm.hotspot.code.Location.OFFSET_SHIFT:I
            ishr
            i2s
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean isRegister();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 238
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getWhere:()Lsun/jvm/hotspot/code/Location$Where;
            getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean isStack();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 242
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getWhere:()Lsun/jvm/hotspot/code/Location$Where;
            getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsOop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 246
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.OOP:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsNarrowOop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 250
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.NARROWOOP:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 254
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.INT_IN_LONG:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsLong();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 258
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.LNG:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsFloat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 262
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.FLOAT_IN_DBL:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsDouble();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 266
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.DBL:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean holdsAddr();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 270
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.ADDR:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public boolean isIllegal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 274
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            getstatic sun.jvm.hotspot.code.Location$Type.INVALID:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public int getStackOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 278
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 279
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getWhere:()Lsun/jvm/hotspot/code/Location$Where;
            getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong Where"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getOffset:()S
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getIntSize:()J
            l2i
            imul
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/code/Location;

  public int getRegisterNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 285
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 286
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getWhere:()Lsun/jvm/hotspot/code/Location$Where;
            getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong Where"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getOffset:()S
            ireturn
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/code/Location;

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location this
         0: .line 292
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.code.Location.printOn:(Ljava/io/PrintStream;)V
         1: .line 293
            return
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // java.io.PrintStream tty
         0: .line 296
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.Location.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 297
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.isIllegal:()Z
            ifeq 4
         2: .line 298
            aload 1 /* tty */
            ldc "Illegal"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 299
            goto 35
         4: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getWhere:()Lsun/jvm/hotspot/code/Location$Where;
            astore 2 /* w */
        start local 2 // sun.jvm.hotspot.code.Location$Where w
         5: .line 301
            aload 2 /* w */
            getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 8
         6: .line 302
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "stack["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getStackOffset:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 303
            goto 10
      StackMap locals: sun.jvm.hotspot.code.Location$Where
      StackMap stack:
         8: aload 2 /* w */
            getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 10
         9: .line 304
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "reg "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getRegisterNumber:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.Location.getType:()Lsun/jvm/hotspot/code/Location$Type;
            astore 3 /* type */
        start local 3 // sun.jvm.hotspot.code.Location$Type type
        11: .line 308
            aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.NORMAL:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpeq 35
        12: .line 309
            aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.OOP:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 15
        13: .line 310
            aload 1 /* tty */
            ldc ",oop"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        14: .line 311
            goto 35
      StackMap locals: sun.jvm.hotspot.code.Location$Type
      StackMap stack:
        15: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.NARROWOOP:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 18
        16: .line 312
            aload 1 /* tty */
            ldc ",narrowoop"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        17: .line 313
            goto 35
      StackMap locals:
      StackMap stack:
        18: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.INT_IN_LONG:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 21
        19: .line 314
            aload 1 /* tty */
            ldc ",int"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        20: .line 315
            goto 35
      StackMap locals:
      StackMap stack:
        21: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.LNG:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 24
        22: .line 316
            aload 1 /* tty */
            ldc ",long"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        23: .line 317
            goto 35
      StackMap locals:
      StackMap stack:
        24: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.FLOAT_IN_DBL:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 27
        25: .line 318
            aload 1 /* tty */
            ldc ",float"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        26: .line 319
            goto 35
      StackMap locals:
      StackMap stack:
        27: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.DBL:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 30
        28: .line 320
            aload 1 /* tty */
            ldc ",double"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        29: .line 321
            goto 35
      StackMap locals:
      StackMap stack:
        30: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.ADDR:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 33
        31: .line 322
            aload 1 /* tty */
            ldc ",address"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        32: .line 323
            goto 35
      StackMap locals:
      StackMap stack:
        33: aload 3 /* type */
            getstatic sun.jvm.hotspot.code.Location$Type.INVALID:Lsun/jvm/hotspot/code/Location$Type;
            if_acmpne 35
        34: .line 324
            aload 1 /* tty */
            ldc ",invalid"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        end local 3 // sun.jvm.hotspot.code.Location$Type type
        end local 2 // sun.jvm.hotspot.code.Location$Where w
        35: .line 327
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   36     0  this  Lsun/jvm/hotspot/code/Location;
            0   36     1   tty  Ljava/io/PrintStream;
            5   35     2     w  Lsun/jvm/hotspot/code/Location$Where;
           11   35     3  type  Lsun/jvm/hotspot/code/Location$Type;
    MethodParameters:
      Name  Flags
      tty   

  public void <init>(sun.jvm.hotspot.code.DebugInfoReadStream);
    descriptor: (Lsun/jvm/hotspot/code/DebugInfoReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
         0: .line 330
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 331
            aload 0 /* this */
            aload 1 /* stream */
            invokevirtual sun.jvm.hotspot.code.DebugInfoReadStream.readInt:()I
            putfield sun.jvm.hotspot.code.Location.value:I
         2: .line 332
            return
        end local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/code/Location;
            0    3     1  stream  Lsun/jvm/hotspot/code/DebugInfoReadStream;
    MethodParameters:
        Name  Flags
      stream  

  private void setWhere(sun.jvm.hotspot.code.Location$Where);
    descriptor: (Lsun/jvm/hotspot/code/Location$Where;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // sun.jvm.hotspot.code.Location$Where where
         0: .line 343
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.code.Location.value:I
            aload 1 /* where */
            invokevirtual sun.jvm.hotspot.code.Location$Where.getValue:()I
            getstatic sun.jvm.hotspot.code.Location.WHERE_SHIFT:I
            ishl
            getstatic sun.jvm.hotspot.code.Location.WHERE_MASK:I
            iand
            ior
            putfield sun.jvm.hotspot.code.Location.value:I
         1: .line 344
            return
        end local 1 // sun.jvm.hotspot.code.Location$Where where
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/code/Location;
            0    2     1  where  Lsun/jvm/hotspot/code/Location$Where;
    MethodParameters:
       Name  Flags
      where  

  private void setType(sun.jvm.hotspot.code.Location$Type);
    descriptor: (Lsun/jvm/hotspot/code/Location$Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // sun.jvm.hotspot.code.Location$Type type
         0: .line 347
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.code.Location.value:I
            aload 1 /* type */
            invokevirtual sun.jvm.hotspot.code.Location$Type.getValue:()I
            getstatic sun.jvm.hotspot.code.Location.TYPE_SHIFT:I
            ishl
            getstatic sun.jvm.hotspot.code.Location.TYPE_MASK:I
            iand
            ior
            putfield sun.jvm.hotspot.code.Location.value:I
         1: .line 348
            return
        end local 1 // sun.jvm.hotspot.code.Location$Type type
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/Location;
            0    2     1  type  Lsun/jvm/hotspot/code/Location$Type;
    MethodParameters:
      Name  Flags
      type  

  private void setOffset(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location this
        start local 1 // int offset
         0: .line 351
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.code.Location.value:I
            iload 1 /* offset */
            getstatic sun.jvm.hotspot.code.Location.OFFSET_SHIFT:I
            ishl
            getstatic sun.jvm.hotspot.code.Location.OFFSET_MASK:I
            iand
            ior
            putfield sun.jvm.hotspot.code.Location.value:I
         1: .line 352
            return
        end local 1 // int offset
        end local 0 // sun.jvm.hotspot.code.Location this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/code/Location;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  
}
SourceFile: "Location.java"
NestMembers:
  sun.jvm.hotspot.code.Location$1  sun.jvm.hotspot.code.Location$Type  sun.jvm.hotspot.code.Location$Where
InnerClasses:
  sun.jvm.hotspot.code.Location$1
  public Type = sun.jvm.hotspot.code.Location$Type of sun.jvm.hotspot.code.Location
  public Where = sun.jvm.hotspot.code.Location$Where of sun.jvm.hotspot.code.Location