public final class com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode extends com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode
  super_class: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode
{
  public void <init>(com.oracle.truffle.llvm.runtime.LLVMContext);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
         0: .line 61
            aload 0 /* this */
            aload 1 /* context */
            ldc "sulong_eh_canCatch"
            invokespecial com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode.<init>:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/String;)V
         1: .line 62
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/llvm/runtime/LLVMBitcodeLibraryFunctions$SulongCanCatchNode;
            0    2     1  context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
    MethodParameters:
         Name  Flags
      context  

  public int canCatch(com.oracle.truffle.llvm.runtime.memory.LLVMStack, java.lang.Object, com.oracle.truffle.llvm.runtime.pointer.LLVMPointer);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/memory/LLVMStack;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode this
        start local 1 // com.oracle.truffle.llvm.runtime.memory.LLVMStack stack
        start local 2 // java.lang.Object unwindHeader
        start local 3 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer catchType
         0: .line 65
            aload 0 /* this */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* stack */
            aastore
            dup
            iconst_1
            aload 2 /* unwindHeader */
            aastore
            dup
            iconst_2
            aload 3 /* catchType */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMPointer.copy:()Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
            aastore
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode.execute:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 3 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer catchType
        end local 2 // java.lang.Object unwindHeader
        end local 1 // com.oracle.truffle.llvm.runtime.memory.LLVMStack stack
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/llvm/runtime/LLVMBitcodeLibraryFunctions$SulongCanCatchNode;
            0    1     1         stack  Lcom/oracle/truffle/llvm/runtime/memory/LLVMStack;
            0    1     2  unwindHeader  Ljava/lang/Object;
            0    1     3     catchType  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    MethodParameters:
              Name  Flags
      stack         
      unwindHeader  
      catchType     
}
SourceFile: "LLVMBitcodeLibraryFunctions.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions
InnerClasses:
  protected abstract LibraryFunctionNode = com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$LibraryFunctionNode of com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions
  public final SulongCanCatchNode = com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions$SulongCanCatchNode of com.oracle.truffle.llvm.runtime.LLVMBitcodeLibraryFunctions