abstract class com.oracle.truffle.polyglot.HostObject$LookupConstructorNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.HostObject$LookupConstructorNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  static final int LIMIT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1428
            ldc Lcom/oracle/truffle/polyglot/HostObject;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.HostObject$LookupConstructorNode.$assertionsDisabled:Z
         3: .line 1429
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
         0: .line 1431
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 1432
            return
        end local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/HostObject$LookupConstructorNode;

  public abstract com.oracle.truffle.polyglot.HostMethodDesc execute(com.oracle.truffle.polyglot.HostObject, java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class<*>;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    MethodParameters:
          Name  Flags
      receiver  
      clazz     

  com.oracle.truffle.polyglot.HostMethodDesc doCached(com.oracle.truffle.polyglot.HostObject, java.lang.Class<?>, java.lang.Class<?>, com.oracle.truffle.polyglot.HostMethodDesc);
    descriptor: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class;Ljava/lang/Class;Lcom/oracle/truffle/polyglot/HostMethodDesc;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
        start local 1 // com.oracle.truffle.polyglot.HostObject receiver
        start local 2 // java.lang.Class clazz
        start local 3 // java.lang.Class cachedClazz
        start local 4 // com.oracle.truffle.polyglot.HostMethodDesc cachedMethod
         0: .line 1441
            getstatic com.oracle.truffle.polyglot.HostObject$LookupConstructorNode.$assertionsDisabled:Z
            ifne 1
            aload 4 /* cachedMethod */
            aload 0 /* this */
            aload 1 /* receiver */
            aload 2 /* clazz */
            invokevirtual com.oracle.truffle.polyglot.HostObject$LookupConstructorNode.doUncached:(Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1442
      StackMap locals:
      StackMap stack:
            aload 4 /* cachedMethod */
            areturn
        end local 4 // com.oracle.truffle.polyglot.HostMethodDesc cachedMethod
        end local 3 // java.lang.Class cachedClazz
        end local 2 // java.lang.Class clazz
        end local 1 // com.oracle.truffle.polyglot.HostObject receiver
        end local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/oracle/truffle/polyglot/HostObject$LookupConstructorNode;
            0    2     1      receiver  Lcom/oracle/truffle/polyglot/HostObject;
            0    2     2         clazz  Ljava/lang/Class<*>;
            0    2     3   cachedClazz  Ljava/lang/Class<*>;
            0    2     4  cachedMethod  Lcom/oracle/truffle/polyglot/HostMethodDesc;
    Signature: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class<*>;Ljava/lang/Class<*>;Lcom/oracle/truffle/polyglot/HostMethodDesc;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"clazz == cachedClazz"}, limit = "LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "clazz")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "doUncached(receiver, clazz)")
    MethodParameters:
              Name  Flags
      receiver      
      clazz         
      cachedClazz   
      cachedMethod  

  com.oracle.truffle.polyglot.HostMethodDesc doUncached(com.oracle.truffle.polyglot.HostObject, java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
        start local 1 // com.oracle.truffle.polyglot.HostObject receiver
        start local 2 // java.lang.Class clazz
         0: .line 1448
            aload 1 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.HostObject.getEngine:()Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            aload 2 /* clazz */
            invokestatic com.oracle.truffle.polyglot.HostClassDesc.forClass:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostClassDesc;
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.lookupConstructor:()Lcom/oracle/truffle/polyglot/HostMethodDesc;
            areturn
        end local 2 // java.lang.Class clazz
        end local 1 // com.oracle.truffle.polyglot.HostObject receiver
        end local 0 // com.oracle.truffle.polyglot.HostObject$LookupConstructorNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/HostObject$LookupConstructorNode;
            0    1     1  receiver  Lcom/oracle/truffle/polyglot/HostObject;
            0    1     2     clazz  Ljava/lang/Class<*>;
    Signature: (Lcom/oracle/truffle/polyglot/HostObject;Ljava/lang/Class<*>;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached"})
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
          Name  Flags
      receiver  
      clazz     
}
SourceFile: "HostObject.java"
NestHost: com.oracle.truffle.polyglot.HostObject
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  abstract LookupConstructorNode = com.oracle.truffle.polyglot.HostObject$LookupConstructorNode of com.oracle.truffle.polyglot.HostObject
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()