Home | History | Annotate | Download | only in evaluation

Lines Matching refs:DUP2

64     private static final int DUP2             = InstructionConstants.OP_DUP2    & 0xff;
1233 stackEntryNecessary0 ? DUP2 : // ...AB -> ...ABAB
1307 stackEntriesNecessary01 ? DUP2 : // ...AB -> ...ABAB
1402 stackEntriesNecessary01 ? DUP2 : // ...AB -> ...ABAB
1921 * (dup, dup_x1, dup_x2, dup2, dup2_x1, dup2_x2, swap).
2142 // throw new UnsupportedOperationException("Can't handle partial use of dup2 instructions");
2182 // throw new UnsupportedOperationException("Can't handle partial use of dup2 instructions");