class jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1 extends jdk.nashorn.internal.codegen.ReplaceCompileUnits
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1
super_class: jdk.nashorn.internal.codegen.ReplaceCompileUnits
{
final jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase this$1;
descriptor: Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Map val$map;
descriptor: Ljava/util/Map;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase, java.util.Map);
descriptor: (Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase;
aload 0
aload 2
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1.val$map:Ljava/util/Map;
aload 0
invokespecial jdk.nashorn.internal.codegen.ReplaceCompileUnits.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase$1;
MethodParameters:
Name Flags
this$0 final
val$map final
jdk.nashorn.internal.codegen.CompileUnit getReplacement(jdk.nashorn.internal.codegen.CompileUnit);
descriptor: (Ljdk/nashorn/internal/codegen/CompileUnit;)Ljdk/nashorn/internal/codegen/CompileUnit;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1.val$map:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.CompileUnit
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase$1;
0 1 1 original Ljdk/nashorn/internal/codegen/CompileUnit;
MethodParameters:
Name Flags
original final
public jdk.nashorn.internal.ir.Node leaveDefault(jdk.nashorn.internal.ir.Node);
descriptor: (Ljdk/nashorn/internal/ir/Node;)Ljdk/nashorn/internal/ir/Node;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1.lc:Ljdk/nashorn/internal/ir/LexicalContext;
invokevirtual jdk.nashorn.internal.ir.Node.ensureUniqueLabels:(Ljdk/nashorn/internal/ir/LexicalContext;)Ljdk/nashorn/internal/ir/Node;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/CompilationPhase$ReuseCompileUnitsPhase$1;
0 1 1 node Ljdk/nashorn/internal/ir/Node;
MethodParameters:
Name Flags
node final
}
SourceFile: "CompilationPhase.java"
EnclosingMethod: jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase.transform:(Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
NestHost: jdk.nashorn.internal.codegen.CompilationPhase
InnerClasses:
private final ReuseCompileUnitsPhase = jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase of jdk.nashorn.internal.codegen.CompilationPhase
jdk.nashorn.internal.codegen.CompilationPhase$ReuseCompileUnitsPhase$1
public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler