public abstract class org.jruby.specialized.RubyArraySpecialized extends org.jruby.RubyArray
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jruby.specialized.RubyArraySpecialized
super_class: org.jruby.RubyArray
{
public static final int MAX_PACKED_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public void <init>(org.jruby.Ruby, boolean);
descriptor: (Lorg/jruby/Ruby;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 1
invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
iload 2
invokespecial org.jruby.RubyArray.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/specialized/RubyArraySpecialized;
0 2 1 runtime Lorg/jruby/Ruby;
0 2 2 light Z
MethodParameters:
Name Flags
runtime
light
public void <init>(org.jruby.RubyClass, boolean);
descriptor: (Lorg/jruby/RubyClass;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual org.jruby.RubyClass.getClassRuntime:()Lorg/jruby/Ruby;
aload 1
iload 2
invokespecial org.jruby.RubyArray.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/specialized/RubyArraySpecialized;
0 2 1 otherClass Lorg/jruby/RubyClass;
0 2 2 light Z
MethodParameters:
Name Flags
otherClass
light
protected final void unpack();
descriptor: ()V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.specialized.RubyArraySpecialized.packed:()Z
ifne 1
return
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.jruby.specialized.RubyArraySpecialized.getRuntime:()Lorg/jruby/Ruby;
astore 1
start local 1 2: aload 0
getfield org.jruby.specialized.RubyArraySpecialized.realLength:I
iconst_2
iadd
anewarray org.jruby.runtime.builtin.IRubyObject
astore 2
start local 2 3: aload 2
aload 1
invokestatic org.jruby.runtime.Helpers.fillNil:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/Ruby;)V
4: aload 0
aload 2
iconst_1
invokevirtual org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;I)V
5: aload 0
aload 2
putfield org.jruby.specialized.RubyArraySpecialized.values:[Lorg/jruby/runtime/builtin/IRubyObject;
6: aload 0
iconst_1
putfield org.jruby.specialized.RubyArraySpecialized.begin:I
7: aload 0
aload 1
invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual org.jruby.specialized.RubyArraySpecialized.finishUnpack:(Lorg/jruby/runtime/builtin/IRubyObject;)V
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/specialized/RubyArraySpecialized;
2 9 1 runtime Lorg/jruby/Ruby;
3 9 2 values [Lorg/jruby/runtime/builtin/IRubyObject;
protected abstract void finishUnpack(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
nil
protected boolean packed();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.specialized.RubyArraySpecialized.values:[Lorg/jruby/runtime/builtin/IRubyObject;
ifnonnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/specialized/RubyArraySpecialized;
}
SourceFile: "RubyArraySpecialized.java"