public class com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
super_class: java.lang.Object
{
public static final com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry EMPTY;
descriptor: Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private final java.util.List<com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup> codeEntry;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry
dup
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
invokespecial com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.<init>:(Ljava/util/List;)V
putstatic com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.EMPTY:Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(java.util.List<com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup>);
descriptor: (Ljava/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
0 3 1 codeEntry Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;
Signature: (Ljava/util/List<Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;>;)V
MethodParameters:
Name Flags
codeEntry
public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getFunctionAttributesGroup();
descriptor: ()Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 2
goto 4
StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
astore 1
start local 1 2: aload 1
invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isFunctionAttribute:()Z
ifeq 4
3: aload 1
areturn
end local 1 4: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
2 4 1 entry Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getReturnAttributesGroup();
descriptor: ()Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 2
goto 4
StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
astore 1
start local 1 2: aload 1
invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isReturnValueAttribute:()Z
ifeq 4
3: aload 1
areturn
end local 1 4: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
2 4 1 entry Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
public com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup getParameterAttributesGroup(int);
descriptor: (I)Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry int top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup
astore 2
start local 2 2: aload 2
invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.isParameterAttribute:()Z
ifeq 4
aload 2
invokevirtual com.oracle.truffle.llvm.parser.model.attributes.AttributesGroup.getParamIdx:()J
iload 1
iconst_1
iadd
i2l
lcmp
ifne 4
3: aload 2
areturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
0 6 1 idx I
2 4 2 entry Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesGroup;
MethodParameters:
Name Flags
idx
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "AttributesCodeEntry [codeEntry="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.oracle.truffle.llvm.parser.model.attributes.AttributesCodeEntry.codeEntry:Ljava/util/List;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/parser/model/attributes/AttributesCodeEntry;
}
SourceFile: "AttributesCodeEntry.java"