Lines Matching refs:x

37     native int fooI(int x);  in fooI()  argument
39 native int fooII(int x, int y); in fooII() argument
41 native long fooJJ(long x, long y); in fooJJ() argument
43 native Object fooO(Object x); in fooO() argument
45 native double fooDD(double x, double y); in fooDD() argument
47 synchronized native long fooJJ_synchronized(long x, long y); in fooJJ_synchronized() argument
49 native Object fooIOO(int x, Object y, Object z); in fooIOO() argument
51 static native Object fooSIOO(int x, Object y, Object z); in fooSIOO() argument
53 static native int fooSII(int x, int y); in fooSII() argument
55 static native double fooSDD(double x, double y); in fooSDD() argument
57 static synchronized native Object fooSSIOO(int x, Object y, Object z); in fooSSIOO() argument
169 native int fooI_Fast(int x); in fooI_Fast() argument
171 native int fooII_Fast(int x, int y); in fooII_Fast() argument
173 native long fooJJ_Fast(long x, long y); in fooJJ_Fast() argument
175 native Object fooO_Fast(Object x); in fooO_Fast() argument
177 native double fooDD_Fast(double x, double y); in fooDD_Fast() argument
179 synchronized native long fooJJ_synchronized_Fast(long x, long y); in fooJJ_synchronized_Fast() argument
181 native Object fooIOO_Fast(int x, Object y, Object z); in fooIOO_Fast() argument
183 static native Object fooSIOO_Fast(int x, Object y, Object z); in fooSIOO_Fast() argument
185 static native int fooSII_Fast(int x, int y); in fooSII_Fast() argument
187 static native double fooSDD_Fast(double x, double y); in fooSDD_Fast() argument
189 static synchronized native Object fooSSIOO_Fast(int x, Object y, Object z); in fooSSIOO_Fast() argument
295 static native int fooSII_Critical(int x, int y); in fooSII_Critical() argument
297 static native double fooSDD_Critical(double x, double y); in fooSDD_Critical() argument