Home
last modified time | relevance | path

Searched refs:callWithDoubles (Results 1 – 1 of 1) sorted by relevance

/art/test/439-swap-double/src/
DMain.java28 callWithDoubles(a, b, c, d, e, f, g); in foo()
29 callWithDoubles(b, c, d, e, f, g, a); in foo()
30 callWithDoubles(c, d, e, f, g, a, b); in foo()
31 callWithDoubles(d, e, f, g, a, b, c); in foo()
34 public static void callWithDoubles( in callWithDoubles() method in Main