final class com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location extends com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location
  super_class: com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation
{
  final com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal this$1;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal, int);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location this
        start local 2 // int index
         0: .line 473
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location.this$1:Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal;
         1: .line 474
            aload 0 /* this */
            aload 1
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal.instrument:Lcom/oracle/truffle/polyglot/PolyglotInstrument;
            getfield com.oracle.truffle.polyglot.PolyglotInstrument.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            iload 2 /* index */
            invokespecial com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation.<init>:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;I)V
         2: .line 475
            return
        end local 2 // int index
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal$Location;
            0    3     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  java.lang.Object invokeFactoryImpl(com.oracle.truffle.polyglot.PolyglotContextImpl, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;Ljava/lang/Thread;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location this
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        start local 2 // java.lang.Thread thread
         0: .line 479
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location.this$1:Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal;
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal.instrument:Lcom/oracle/truffle/polyglot/PolyglotInstrument;
            getfield com.oracle.truffle.polyglot.PolyglotInstrument.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            if_acmpeq 2
         1: .line 480
            new java.lang.AssertionError
            dup
            ldc "Invalid sharing of locations."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 482
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.polyglot.EngineAccessor.INSTRUMENT:Lcom/oracle/truffle/api/impl/Accessor$InstrumentSupport;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location.this$1:Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal;
            getfield com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal.factory:Ljava/lang/Object;
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.creatorTruffleContext:Lcom/oracle/truffle/api/TruffleContext;
            aload 2 /* thread */
            invokevirtual com.oracle.truffle.api.impl.Accessor$InstrumentSupport.invokeContextThreadLocalFactory:(Ljava/lang/Object;Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Thread thread
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/PolyglotLocals$InstrumentContextThreadLocal$Location;
            0    3     1  context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            0    3     2   thread  Ljava/lang/Thread;
    MethodParameters:
         Name  Flags
      context  
      thread   
}
SourceFile: "PolyglotLocals.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLocals
InnerClasses:
  public abstract InstrumentSupport = com.oracle.truffle.api.impl.Accessor$InstrumentSupport of com.oracle.truffle.api.impl.Accessor
  final InstrumentContextThreadLocal = com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal of com.oracle.truffle.polyglot.PolyglotLocals
  private final Location = com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal$Location of com.oracle.truffle.polyglot.PolyglotLocals$InstrumentContextThreadLocal
  abstract LocalLocation = com.oracle.truffle.polyglot.PolyglotLocals$LocalLocation of com.oracle.truffle.polyglot.PolyglotLocals