abstract class com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode extends com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$AbstractNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode
  super_class: com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$AbstractNode
{
  static final int CACHED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 42

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
         0: .line 201
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$AbstractNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$CachedDSLNode;

  int doCached(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
        start local 1 // int v
        start local 2 // int cached
         0: .line 205
            iload 2 /* cached */
            ireturn
        end local 2 // int cached
        end local 1 // int v
        end local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$CachedDSLNode;
            0    1     1       v  I
            0    1     2  cached  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "CACHED")
    MethodParameters:
        Name  Flags
      v       
      cached  

  int doLong(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
        start local 1 // long v
         0: .line 210
            lload 1 /* v */
            l2i
            ireturn
        end local 1 // long v
        end local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$CachedDSLNode;
            0    1     1     v  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "DSLInterpreterBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark
InnerClasses:
  abstract AbstractNode = com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$AbstractNode of com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark
  abstract CachedDSLNode = com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$CachedDSLNode of com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark