class com.oracle.truffle.tools.profiler.MemoryTracer$1 implements com.oracle.truffle.api.instrumentation.SourceSectionFilter$SourcePredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.MemoryTracer$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$1 this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$1;

  public boolean test(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$1 this
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 107
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.isInternal:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.tools.profiler.MemoryTracer$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/tools/profiler/MemoryTracer$1;
            0    3     1  source  Lcom/oracle/truffle/api/source/Source;
    MethodParameters:
        Name  Flags
      source  

  public boolean test(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.api.source.Source
            invokevirtual com.oracle.truffle.tools.profiler.MemoryTracer$1.test:(Lcom/oracle/truffle/api/source/Source;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MemoryTracer.java"
EnclosingMethod: com.oracle.truffle.tools.profiler.MemoryTracer
NestHost: com.oracle.truffle.tools.profiler.MemoryTracer
InnerClasses:
  public abstract SourcePredicate = com.oracle.truffle.api.instrumentation.SourceSectionFilter$SourcePredicate of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  com.oracle.truffle.tools.profiler.MemoryTracer$1