Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
DTestReturnValues.java36 static byte passThrough(byte value) { in passThrough() method in TestReturnValues
40 static char passThrough(char value) { in passThrough() method in TestReturnValues
44 static double passThrough(double value) { in passThrough() method in TestReturnValues
48 static float passThrough(float value) { in passThrough() method in TestReturnValues
52 static int passThrough(int value) { in passThrough() method in TestReturnValues
56 static Object passThrough(Object value) { in passThrough() method in TestReturnValues
60 static Object[] passThrough(Object[] value) { in passThrough() method in TestReturnValues
64 static long passThrough(long value) { in passThrough() method in TestReturnValues
68 static short passThrough(short value) { in passThrough() method in TestReturnValues
72 static void passThrough() {} in passThrough() method in TestReturnValues
[all …]