Home | History | Annotate | Download | only in src

Lines Matching refs:manyArgs

739     static int manyArgs(int a0, long a1, int a2, long a3, int a4, long a5,
1074 res = manyArgs(0, 1L, 2, 3L, 4, 5L, 6, 7, 8.0, 9.0f, 10.0,
1078 System.out.println("manyArgs PASSED");
1080 System.out.println("manyArgs FAILED: " + res);