class jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1 extends jdk.nashorn.internal.codegen.CodeGenerator$OptimisticOperation
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1
super_class: jdk.nashorn.internal.codegen.CodeGenerator$OptimisticOperation
{
final jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith this$1;
descriptor: Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds val$numericBounds;
descriptor: Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final jdk.nashorn.internal.ir.BinaryNode val$node;
descriptor: Ljdk/nashorn/internal/ir/BinaryNode;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith, jdk.nashorn.internal.codegen.CodeGenerator, jdk.nashorn.internal.ir.Optimistic, jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds, jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds, jdk.nashorn.internal.ir.BinaryNode);
descriptor: (Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;Ljdk/nashorn/internal/codegen/CodeGenerator;Ljdk/nashorn/internal/ir/Optimistic;Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;Ljdk/nashorn/internal/ir/BinaryNode;)V
flags: (0x0000)
Code:
stack=4, locals=7, args_size=7
start local 0 start local 3 start local 4 0: aload 0
aload 1
putfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.this$1:Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;
aload 0
aload 5
putfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$numericBounds:Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
aload 0
aload 6
putfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
aload 0
aload 2
aload 3
aload 4
invokespecial jdk.nashorn.internal.codegen.CodeGenerator$OptimisticOperation.<init>:(Ljdk/nashorn/internal/codegen/CodeGenerator;Ljdk/nashorn/internal/ir/Optimistic;Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;)V
return
end local 4 end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith$1;
0 1 3 $anonymous0 Ljdk/nashorn/internal/ir/Optimistic;
0 1 4 $anonymous1 Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
$anonymous1
val$numericBounds final
val$node final
void loadStack();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=4, args_size=1
start local 0 0: iconst_0
istore 2
start local 2 1: aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$numericBounds:Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
getfield jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds.narrowest:Ljdk/nashorn/internal/codegen/types/Type;
getstatic jdk.nashorn.internal.codegen.types.Type.NUMBER:Ljdk/nashorn/internal/codegen/types/NumericType;
if_acmpne 5
2: getstatic jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith.$assertionsDisabled:Z
ifne 3
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$numericBounds:Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
getfield jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds.widest:Ljdk/nashorn/internal/codegen/types/Type;
getstatic jdk.nashorn.internal.codegen.types.Type.NUMBER:Ljdk/nashorn/internal/codegen/types/NumericType;
if_acmpeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals: jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1 top int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$numericBounds:Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
astore 1
start local 1 4: goto 15
end local 1 5: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.getProgramPoint:()I
invokestatic jdk.nashorn.internal.runtime.UnwarrantedOptimismException.isValid:(I)Z
istore 3
start local 3 6: iload 3
ifne 7
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
getstatic jdk.nashorn.internal.parser.TokenType.DIV:Ljdk/nashorn/internal/parser/TokenType;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.isTokenType:(Ljdk/nashorn/internal/parser/TokenType;)Z
ifne 7
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
getstatic jdk.nashorn.internal.parser.TokenType.MOD:Ljdk/nashorn/internal/parser/TokenType;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.isTokenType:(Ljdk/nashorn/internal/parser/TokenType;)Z
ifeq 9
7: StackMap locals: int
StackMap stack:
new jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds
dup
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.getType:()Ljdk/nashorn/internal/codegen/types/Type;
getstatic jdk.nashorn.internal.codegen.types.Type.NUMBER:Ljdk/nashorn/internal/codegen/types/NumericType;
invokespecial jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds.<init>:(Ljdk/nashorn/internal/codegen/types/Type;Ljdk/nashorn/internal/codegen/types/Type;)V
astore 1
start local 1 8: goto 15
end local 1 9: StackMap locals:
StackMap stack:
new jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds
dup
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.getWidestOperandType:()Ljdk/nashorn/internal/codegen/types/Type;
10: aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$numericBounds:Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
getfield jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds.widest:Ljdk/nashorn/internal/codegen/types/Type;
11: invokestatic jdk.nashorn.internal.codegen.types.Type.narrowest:(Ljdk/nashorn/internal/codegen/types/Type;Ljdk/nashorn/internal/codegen/types/Type;)Ljdk/nashorn/internal/codegen/types/Type;
12: getstatic jdk.nashorn.internal.codegen.types.Type.NUMBER:Ljdk/nashorn/internal/codegen/types/NumericType;
13: invokespecial jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds.<init>:(Ljdk/nashorn/internal/codegen/types/Type;Ljdk/nashorn/internal/codegen/types/Type;)V
astore 1
start local 1 14: iconst_1
istore 2
end local 3 15: StackMap locals: jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1 jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.this$1:Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;
invokestatic jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith.access$0:(Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;)Ljdk/nashorn/internal/codegen/CodeGenerator;
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.lhs:()Ljdk/nashorn/internal/ir/Expression;
aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.val$node:Ljdk/nashorn/internal/ir/BinaryNode;
invokevirtual jdk.nashorn.internal.ir.BinaryNode.rhs:()Ljdk/nashorn/internal/ir/Expression;
aload 1
iconst_0
iload 2
invokevirtual jdk.nashorn.internal.codegen.CodeGenerator.loadBinaryOperands:(Ljdk/nashorn/internal/ir/Expression;Ljdk/nashorn/internal/ir/Expression;Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;ZZ)Ljdk/nashorn/internal/codegen/MethodEmitter;
pop
16: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith$1;
4 5 1 operandBounds Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
8 9 1 operandBounds Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
14 17 1 operandBounds Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;
1 17 2 forceConversionSeparation Z
6 15 3 isOptimistic Z
void consumeStack();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.this$1:Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith;
aload 0
invokevirtual jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1.getProgramPoint:()I
invokevirtual jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith.op:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/nashorn/internal/codegen/CodeGenerator$BinaryArith$1;
}
SourceFile: "CodeGenerator.java"
EnclosingMethod: jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith.evaluate:(Ljdk/nashorn/internal/ir/BinaryNode;Ljdk/nashorn/internal/codegen/CodeGenerator$TypeBounds;)V
NestHost: jdk.nashorn.internal.codegen.CodeGenerator
InnerClasses:
private abstract BinaryArith = jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith of jdk.nashorn.internal.codegen.CodeGenerator
jdk.nashorn.internal.codegen.CodeGenerator$BinaryArith$1
private abstract OptimisticOperation = jdk.nashorn.internal.codegen.CodeGenerator$OptimisticOperation of jdk.nashorn.internal.codegen.CodeGenerator
private final TypeBounds = jdk.nashorn.internal.codegen.CodeGenerator$TypeBounds of jdk.nashorn.internal.codegen.CodeGenerator