OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manyArgs
(Results
1 - 2
of
2
) sorted by null
/art/test/003-omnibus-opcodes/src/
MethodCall.java
39
static void
manyArgs
(int a0, long a1, int a2, long a3, int a4, long a5,
45
System.out.println("MethodCalls.
manyArgs
");
68
manyArgs
(0, 1L, 2, 3L, 4, 5L, 6, 7, 8.0, 9.0f, 10.0, (short)11, 12,
/art/test/107-int-math2/src/
Main.java
746
static int
manyArgs
(int a0, long a1, int a2, long a3, int a4, long a5,
1081
res =
manyArgs
(0, 1L, 2, 3L, 4, 5L, 6, 7, 8.0, 9.0f, 10.0,
1085
System.out.println("
manyArgs
PASSED");
1087
System.out.println("
manyArgs
FAILED: " + res);
[
all
...]
Completed in 676 milliseconds