final class org.jruby.ext.ffi.MemoryOp$Mapped extends org.jruby.ext.ffi.MemoryOp
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.MemoryOp$Mapped
  super_class: org.jruby.ext.ffi.MemoryOp
{
  private final org.jruby.ext.ffi.MemoryOp nativeOp;
    descriptor: Lorg/jruby/ext/ffi/MemoryOp;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ext.ffi.MappedType mappedType;
    descriptor: Lorg/jruby/ext/ffi/MappedType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.ext.ffi.MemoryOp, org.jruby.ext.ffi.MappedType);
    descriptor: (Lorg/jruby/ext/ffi/MemoryOp;Lorg/jruby/ext/ffi/MappedType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
        start local 1 // org.jruby.ext.ffi.MemoryOp nativeOp
        start local 2 // org.jruby.ext.ffi.MappedType mappedType
         0: .line 337
            aload 0 /* this */
            invokespecial org.jruby.ext.ffi.MemoryOp.<init>:()V
         1: .line 338
            aload 0 /* this */
            aload 1 /* nativeOp */
            putfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
         2: .line 339
            aload 0 /* this */
            aload 2 /* mappedType */
            putfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
         3: .line 340
            return
        end local 2 // org.jruby.ext.ffi.MappedType mappedType
        end local 1 // org.jruby.ext.ffi.MemoryOp nativeOp
        end local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/ext/ffi/MemoryOp$Mapped;
            0    4     1    nativeOp  Lorg/jruby/ext/ffi/MemoryOp;
            0    4     2  mappedType  Lorg/jruby/ext/ffi/MappedType;
    MethodParameters:
            Name  Flags
      nativeOp    
      mappedType  

  org.jruby.runtime.builtin.IRubyObject get(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.AbstractMemory, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/AbstractMemory;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.AbstractMemory ptr
        start local 3 // long offset
         0: .line 344
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
            aload 1 /* context */
            aload 2 /* ptr */
            lload 3 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryOp.get:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/AbstractMemory;J)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ffi.MappedType.fromNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // long offset
        end local 2 // org.jruby.ext.ffi.AbstractMemory ptr
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/MemoryOp$Mapped;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      ptr  Lorg/jruby/ext/ffi/AbstractMemory;
            0    1     3   offset  J
    MethodParameters:
         Name  Flags
      context  
      ptr      
      offset   

  void put(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.AbstractMemory, long, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/AbstractMemory;JLorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.AbstractMemory ptr
        start local 3 // long offset
        start local 5 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 349
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
            aload 1 /* context */
            aload 2 /* ptr */
            lload 3 /* offset */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 5 /* value */
            invokevirtual org.jruby.ext.ffi.MappedType.toNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ffi.MemoryOp.put:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/AbstractMemory;JLorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 350
            return
        end local 5 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // long offset
        end local 2 // org.jruby.ext.ffi.AbstractMemory ptr
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/MemoryOp$Mapped;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2      ptr  Lorg/jruby/ext/ffi/AbstractMemory;
            0    2     3   offset  J
            0    2     5    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      ptr      
      offset   
      value    

  org.jruby.runtime.builtin.IRubyObject get(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.MemoryIO, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/MemoryIO;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.MemoryIO io
        start local 3 // long offset
         0: .line 354
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
            aload 1 /* context */
            aload 2 /* io */
            lload 3 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryOp.get:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/MemoryIO;J)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ffi.MappedType.fromNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // long offset
        end local 2 // org.jruby.ext.ffi.MemoryIO io
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/MemoryOp$Mapped;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2       io  Lorg/jruby/ext/ffi/MemoryIO;
            0    1     3   offset  J
    MethodParameters:
         Name  Flags
      context  
      io       
      offset   

  void put(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.MemoryIO, long, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/MemoryIO;JLorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.MemoryIO io
        start local 3 // long offset
        start local 5 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 359
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
            aload 1 /* context */
            aload 2 /* io */
            lload 3 /* offset */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 5 /* value */
            invokevirtual org.jruby.ext.ffi.MappedType.toNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ffi.MemoryOp.put:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/MemoryIO;JLorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 360
            return
        end local 5 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // long offset
        end local 2 // org.jruby.ext.ffi.MemoryIO io
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.MemoryOp$Mapped this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/MemoryOp$Mapped;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2       io  Lorg/jruby/ext/ffi/MemoryIO;
            0    2     3   offset  J
            0    2     5    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      io       
      offset   
      value    
}
SourceFile: "MemoryOp.java"
NestHost: org.jruby.ext.ffi.MemoryOp
InnerClasses:
  final Mapped = org.jruby.ext.ffi.MemoryOp$Mapped of org.jruby.ext.ffi.MemoryOp