abstract class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode extends com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode
  super_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
         0: .line 143
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$I1FromNativeToLLVMNode;

  protected java.lang.Object convert(byte);
    descriptor: (B)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
        start local 1 // byte value
         0: .line 146
            iload 1 /* value */
            ifeq 1
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // byte value
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$I1FromNativeToLLVMNode;
            0    2     1  value  B
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  

  protected java.lang.Object convert(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
        start local 1 // boolean value
         0: .line 151
            iload 1 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$I1FromNativeToLLVMNode;
            0    1     1  value  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "LLVMNativeConvertNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
InnerClasses:
  abstract I1FromNativeToLLVMNode = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode