Searched refs:s_b (Results 1 – 2 of 2) sorted by relevance
159 static byte s_b = 25; field in ImplicitStringConcatShapes233 test("25", "" + s_b); in run0()308 test("-96.025", "" + s_dM + s_b); in run0()383 test("null25", "" + s_oNtS + s_b); in run0()458 test("\u04517625", "" + f_strU + s_b); in run0()533 test("9225", "" + sf_strU2 + s_b); in run0()608 test("5125", "" + sf_strU1 + s_b); in run0()683 test("null25", "" + s_iAN + s_b); in run0()758 test("-5425", "" + f_bM + s_b); in run0()833 test("-87.025", "" + f_fM + s_b); in run0()[all …]
42 public static byte s_b; field in MethodHandleAccessorsTest.ValueHolder572 assertTrue(ValueHolder.s_b == b); in testByteSettersAndGetters()