public class org.jruby.runtime.opto.ConstantCache
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.opto.ConstantCache
super_class: java.lang.Object
{
public final org.jruby.runtime.builtin.IRubyObject value;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.Object generation;
descriptor: Ljava/lang/Object;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.runtime.opto.Invalidator invalidator;
descriptor: Lorg/jruby/runtime/opto/Invalidator;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int id;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(org.jruby.runtime.builtin.IRubyObject, java.lang.Object, org.jruby.runtime.opto.Invalidator, int);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/Object;Lorg/jruby/runtime/opto/Invalidator;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.runtime.opto.ConstantCache.value:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 0
aload 2
putfield org.jruby.runtime.opto.ConstantCache.generation:Ljava/lang/Object;
3: aload 0
aload 3
putfield org.jruby.runtime.opto.ConstantCache.invalidator:Lorg/jruby/runtime/opto/Invalidator;
4: aload 0
iload 4
putfield org.jruby.runtime.opto.ConstantCache.id:I
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/opto/ConstantCache;
0 6 1 value Lorg/jruby/runtime/builtin/IRubyObject;
0 6 2 generation Ljava/lang/Object;
0 6 3 invalidator Lorg/jruby/runtime/opto/Invalidator;
0 6 4 targetHash I
MethodParameters:
Name Flags
value
generation
invalidator
targetHash
public void <init>(org.jruby.runtime.builtin.IRubyObject, java.lang.Object, org.jruby.runtime.opto.Invalidator);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/Object;Lorg/jruby/runtime/opto/Invalidator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
iconst_m1
invokespecial org.jruby.runtime.opto.ConstantCache.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/Object;Lorg/jruby/runtime/opto/Invalidator;I)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/opto/ConstantCache;
0 2 1 value Lorg/jruby/runtime/builtin/IRubyObject;
0 2 2 generation Ljava/lang/Object;
0 2 3 invalidator Lorg/jruby/runtime/opto/Invalidator;
MethodParameters:
Name Flags
value
generation
invalidator
public static boolean isCachedFrom(org.jruby.RubyModule, org.jruby.runtime.opto.ConstantCache);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/opto/ConstantCache;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 5
1: aload 1
getfield org.jruby.runtime.opto.ConstantCache.value:Lorg/jruby/runtime/builtin/IRubyObject;
ifnull 5
2: aload 1
getfield org.jruby.runtime.opto.ConstantCache.generation:Ljava/lang/Object;
aload 1
getfield org.jruby.runtime.opto.ConstantCache.invalidator:Lorg/jruby/runtime/opto/Invalidator;
invokeinterface org.jruby.runtime.opto.Invalidator.getData:()Ljava/lang/Object;
if_acmpne 5
3: aload 1
getfield org.jruby.runtime.opto.ConstantCache.id:I
aload 0
getfield org.jruby.RubyModule.id:I
if_icmpne 5
4: iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 target Lorg/jruby/RubyModule;
0 6 1 cache Lorg/jruby/runtime/opto/ConstantCache;
MethodParameters:
Name Flags
target
cache
public static boolean isCached(org.jruby.runtime.opto.ConstantCache);
descriptor: (Lorg/jruby/runtime/opto/ConstantCache;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ifnull 4
1: aload 0
getfield org.jruby.runtime.opto.ConstantCache.value:Lorg/jruby/runtime/builtin/IRubyObject;
ifnull 4
2: aload 0
getfield org.jruby.runtime.opto.ConstantCache.generation:Ljava/lang/Object;
aload 0
getfield org.jruby.runtime.opto.ConstantCache.invalidator:Lorg/jruby/runtime/opto/Invalidator;
invokeinterface org.jruby.runtime.opto.Invalidator.getData:()Ljava/lang/Object;
if_acmpne 4
3: iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 cache Lorg/jruby/runtime/opto/ConstantCache;
MethodParameters:
Name Flags
cache
}
SourceFile: "ConstantCache.java"