Home
last modified time | relevance | path

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

/art/test/StaticLeafMethods/
DStaticLeafMethods.java20 static byte identity(byte x) { in identity() method in StaticLeafMethods
23 static int identity(int x) { in identity() method in StaticLeafMethods
38 static double identity(double x) { in identity() method in StaticLeafMethods
/art/test/NonStaticLeafMethods/
DNonStaticLeafMethods.java22 byte identity(byte x) { in identity() method in NonStaticLeafMethods
25 int identity(int x) { in identity() method in NonStaticLeafMethods
40 double identity(double x) { in identity() method in NonStaticLeafMethods