final class com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction
super_class: java.lang.Object
{
private final java.lang.String descriptor;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int line;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.descriptor:Ljava/lang/String;
2: aload 0
iload 2
putfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.line:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
0 4 1 descriptor Ljava/lang/String;
0 4 2 line I
MethodParameters:
Name Flags
descriptor
line
com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation toSourceLocation(com.oracle.truffle.api.source.Source, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation);
descriptor: (Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;)Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
flags: (0x0000)
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
getfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.line:I
invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
astore 3
start local 3 1: aload 2
aload 3
invokestatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation.createLLInstruction:(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/api/source/SourceSection;)Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
0 2 1 llSource Lcom/oracle/truffle/api/source/Source;
0 2 2 parent Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
1 2 3 sourceSection Lcom/oracle/truffle/api/source/SourceSection;
MethodParameters:
Name Flags
llSource
parent
java.lang.String getDescriptor();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.descriptor:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
}
SourceFile: "LLSourceMap.java"
NestHost: com.oracle.truffle.llvm.parser.text.LLSourceMap
InnerClasses:
final Instruction = com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction of com.oracle.truffle.llvm.parser.text.LLSourceMap