class jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$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$ReinitializeCachedPhase$1
super_class: jdk.nashorn.internal.codegen.ReplaceCompileUnits
{
final jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase this$1;
descriptor: Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Map val$unitMap;
descriptor: Ljava/util/Map;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.util.Set val$unitSet;
descriptor: Ljava/util/Set;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final jdk.nashorn.internal.codegen.Compiler val$compiler;
descriptor: Ljdk/nashorn/internal/codegen/Compiler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final jdk.nashorn.internal.codegen.Compiler$CompilationPhases val$phases;
descriptor: Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase, java.util.Map, java.util.Set, jdk.nashorn.internal.codegen.Compiler, jdk.nashorn.internal.codegen.Compiler$CompilationPhases);
descriptor: (Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;Ljava/util/Map;Ljava/util/Set;Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=6
start local 0 0: aload 0
aload 1
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
aload 0
aload 2
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
aload 0
aload 3
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitSet:Ljava/util/Set;
aload 0
aload 4
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
aload 0
aload 5
putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$phases:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
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$ReinitializeCachedPhase$1;
MethodParameters:
Name Flags
this$0 final
val$unitMap final
val$unitSet final
val$compiler final
val$phases 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=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast jdk.nashorn.internal.codegen.CompileUnit
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
areturn
3: StackMap locals: jdk.nashorn.internal.codegen.CompileUnit
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
aload 1
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitSet:Ljava/util/Set;
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$phases:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
invokevirtual jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase.createCompileUnit:(Ljdk/nashorn/internal/codegen/CompileUnit;Ljava/util/Set;Ljava/util/Map;Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/codegen/CompileUnit;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase$1;
0 4 1 oldUnit Ljdk/nashorn/internal/codegen/CompileUnit;
1 4 2 existing Ljdk/nashorn/internal/codegen/CompileUnit;
MethodParameters:
Name Flags
oldUnit final
public jdk.nashorn.internal.ir.Node leaveFunctionNode(jdk.nashorn.internal.ir.FunctionNode);
descriptor: (Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/Node;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
1: aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
aload 1
invokevirtual jdk.nashorn.internal.ir.FunctionNode.getId:()I
invokevirtual jdk.nashorn.internal.codegen.Compiler.getScriptFunctionData:(I)Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
aload 0
getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.lc:Ljdk/nashorn/internal/ir/LexicalContext;
aload 1
invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.restoreFlags:(Ljdk/nashorn/internal/ir/LexicalContext;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
2: invokespecial jdk.nashorn.internal.codegen.ReplaceCompileUnits.leaveFunctionNode:(Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/Node;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase$1;
0 3 1 fn2 Ljdk/nashorn/internal/ir/FunctionNode;
MethodParameters:
Name Flags
fn2 final
}
SourceFile: "CompilationPhase.java"
EnclosingMethod: jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase.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 ReinitializeCachedPhase = jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase of jdk.nashorn.internal.codegen.CompilationPhase
jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1
public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler