Searched refs:add2 (Results 1 – 4 of 4) sorted by relevance
202 final MethodHandle add2 = in test_EarlyBoundMutableCallSite() local205 commonMutableCallSitesTest(site, add2); in test_EarlyBoundMutableCallSite()210 final MethodHandle add2 = in test_EarlyBoundVolatileCallSite() local213 commonMutableCallSitesTest(site, add2); in test_EarlyBoundVolatileCallSite()226 final MethodHandle add2 = in test_LateBoundMutableCallSite() local228 site.setTarget(add2); in test_LateBoundMutableCallSite()229 commonMutableCallSitesTest(site, add2); in test_LateBoundMutableCallSite()242 final MethodHandle add2 = in test_LateBoundVolatileCallSite() local244 site.setTarget(add2); in test_LateBoundVolatileCallSite()245 commonMutableCallSitesTest(site, add2); in test_LateBoundVolatileCallSite()[all …]
188 Integer add2 = Integer.valueOf(601); in t_listIterator() local196 li.add(add2); in t_listIterator()199 previous == add2); in t_listIterator()
524 BigDecimal add2 = new BigDecimal("3849.235"); in test_addBigDecimal() local525 BigDecimal sum = add1.add(add2); in test_addBigDecimal()
186 BigDecimal add2 = new BigDecimal("3849.235"); in test_addLjava_math_BigDecimal() local187 BigDecimal sum = add1.add(add2); in test_addLjava_math_BigDecimal()