class org.graalvm.compiler.api.directives.test.TinyInstrumentor$1 implements java.lang.Iterable<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.api.directives.test.TinyInstrumentor$1
super_class: java.lang.Object
{
private final jdk.internal.org.objectweb.asm.tree.InsnList val$instructions;
descriptor: Ljdk/internal/org/objectweb/asm/tree/InsnList;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.internal.org.objectweb.asm.tree.InsnList);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.graalvm.compiler.api.directives.test.TinyInstrumentor$1.val$instructions:Ljdk/internal/org/objectweb/asm/tree/InsnList;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/api/directives/test/TinyInstrumentor$1;
MethodParameters:
Name Flags
val$instructions final
public java.util.Iterator<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.api.directives.test.TinyInstrumentor$1.val$instructions:Ljdk/internal/org/objectweb/asm/tree/InsnList;
invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.iterator:()Ljava/util/ListIterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/api/directives/test/TinyInstrumentor$1;
Signature: ()Ljava/util/Iterator<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
SourceFile: "TinyInstrumentor.java"
EnclosingMethod: org.graalvm.compiler.api.directives.test.TinyInstrumentor.selectAll:(Ljdk/internal/org/objectweb/asm/tree/InsnList;)Ljava/lang/Iterable;
NestHost: org.graalvm.compiler.api.directives.test.TinyInstrumentor
InnerClasses:
org.graalvm.compiler.api.directives.test.TinyInstrumentor$1