final class com.oracle.svm.core.genscavenge.ThreadLocalMTWalker
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.ThreadLocalMTWalker
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.ThreadLocalMTWalker this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.genscavenge.ThreadLocalMTWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/ThreadLocalMTWalker;

  static void walk(com.oracle.svm.core.heap.ObjectReferenceVisitor);
    descriptor: (Lcom/oracle/svm/core/heap/ObjectReferenceVisitor;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.oracle.svm.core.heap.ObjectReferenceVisitor referenceVisitor
         0: .line 45
            ldc Lcom/oracle/svm/core/threadlocal/VMThreadLocalMTSupport;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport
            astore 1 /* threadLocals */
        start local 1 // com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport threadLocals
         1: .line 46
            aload 1 /* threadLocals */
            getfield com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport.vmThreadReferenceMapEncoding:[B
            invokestatic com.oracle.svm.core.c.NonmovableArrays.fromImageHeap:(Ljava/lang/Object;)Lcom/oracle/svm/core/c/NonmovableArray;
            astore 2 /* threadRefMapEncoding */
        start local 2 // com.oracle.svm.core.c.NonmovableArray threadRefMapEncoding
         2: .line 47
            invokestatic com.oracle.svm.core.thread.VMThreads.firstThread:()Lorg/graalvm/nativeimage/IsolateThread;
            astore 3 /* vmThread */
        start local 3 // org.graalvm.nativeimage.IsolateThread vmThread
         3: goto 8
         4: .line 48
      StackMap locals: com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport com.oracle.svm.core.c.NonmovableArray org.graalvm.nativeimage.IsolateThread
      StackMap stack:
            aload 3 /* vmThread */
            checkcast org.graalvm.word.Pointer
            aload 2 /* threadRefMapEncoding */
         5: .line 49
            aload 1 /* threadLocals */
            getfield com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport.vmThreadReferenceMapIndex:J
            aload 0 /* referenceVisitor */
            aconst_null
         6: .line 48
            invokestatic com.oracle.svm.core.heap.InstanceReferenceMapDecoder.walkOffsetsFromPointer:(Lorg/graalvm/word/Pointer;Lcom/oracle/svm/core/c/NonmovableArray;JLcom/oracle/svm/core/heap/ObjectReferenceVisitor;Ljava/lang/Object;)Z
            pop
         7: .line 47
            aload 3 /* vmThread */
            invokestatic com.oracle.svm.core.thread.VMThreads.nextThread:(Lorg/graalvm/nativeimage/IsolateThread;)Lorg/graalvm/nativeimage/IsolateThread;
            astore 3 /* vmThread */
      StackMap locals:
      StackMap stack:
         8: aload 3 /* vmThread */
            invokeinterface org.graalvm.nativeimage.IsolateThread.isNonNull:()Z
            ifne 4
        end local 3 // org.graalvm.nativeimage.IsolateThread vmThread
         9: .line 51
            return
        end local 2 // com.oracle.svm.core.c.NonmovableArray threadRefMapEncoding
        end local 1 // com.oracle.svm.core.threadlocal.VMThreadLocalMTSupport threadLocals
        end local 0 // com.oracle.svm.core.heap.ObjectReferenceVisitor referenceVisitor
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0      referenceVisitor  Lcom/oracle/svm/core/heap/ObjectReferenceVisitor;
            1   10     1          threadLocals  Lcom/oracle/svm/core/threadlocal/VMThreadLocalMTSupport;
            2   10     2  threadRefMapEncoding  Lcom/oracle/svm/core/c/NonmovableArray<Ljava/lang/Byte;>;
            3    9     3              vmThread  Lorg/graalvm/nativeimage/IsolateThread;
    MethodParameters:
                  Name  Flags
      referenceVisitor  
}
SourceFile: "ThreadLocalMTWalker.java"