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 start local 1 start local 2 0: aload 0
invokespecial org.jruby.ext.ffi.MemoryOp.<init>:()V
1: aload 0
aload 1
putfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
2: aload 0
aload 2
putfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
3: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
aload 1
aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
aload 1
aload 2
lload 3
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 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 5 0: aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
aload 1
aload 2
lload 3
aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
aload 1
aload 5
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: return
end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
aload 1
aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
aload 1
aload 2
lload 3
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 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 5 0: aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.nativeOp:Lorg/jruby/ext/ffi/MemoryOp;
aload 1
aload 2
lload 3
aload 0
getfield org.jruby.ext.ffi.MemoryOp$Mapped.mappedType:Lorg/jruby/ext/ffi/MappedType;
aload 1
aload 5
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: return
end local 5 end local 3 end local 2 end local 1 end local 0 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