Lines Matching full:native

27     // Normal native
28 native void throwException(); in throwException()
29 // Normal native
30 synchronized native void synchronizedThrowException(); in synchronizedThrowException()
31 // Normal native
32 native void foo(); in foo()
33 // Normal native
34 native int bar(int count); in bar()
35 // Normal native
36 static native int sbar(int count); in sbar()
37 // Normal native
38 native int fooI(int x); in fooI()
39 // Normal native
40 native int fooL(Object x); in fooL()
41 // Normal native
42 native void fooI_V(int x); in fooI_V()
43 // Normal native
44 native byte fooI_B(int x); in fooI_B()
45 // Normal native
46 native char fooI_C(int x); in fooI_C()
47 // Normal native
48 native short fooI_S(int x); in fooI_S()
49 // Normal native
50 native boolean fooI_Z(int x); in fooI_Z()
51 // Normal native
52 native long fooI_J(int x); in fooI_J()
53 // Normal native
54 native float fooI_F(int x); in fooI_F()
55 // Normal native
56 native double fooI_D(int x); in fooI_D()
57 // Normal native
58 native Object fooI_L(int x); in fooI_L()
59 // Normal native
60 static native int sfooI(int x); in sfooI()
61 // Normal native
62 static native int sfooB(byte x); in sfooB()
63 // Normal native
64 static native int sfooC(char x); in sfooC()
65 // Normal native
66 static native int sfooS(short x); in sfooS()
67 // Normal native
68 static native int sfooZ(boolean x); in sfooZ()
69 // Normal native
70 static native int sfooL(Object x); in sfooL()
71 // Normal native
72 native int fooII(int x, int y); in fooII()
73 // Normal native
74 native long fooJJ(long x, long y); in fooJJ()
75 // Normal native
76 native Object fooO(Object x); in fooO()
77 // Normal native
78 native double fooDD(double x, double y); in fooDD()
79 // Normal native
80 synchronized native long fooJJ_synchronized(long x, long y); in fooJJ_synchronized()
81 // Normal native
82 native Object fooIOO(int x, Object y, Object z); in fooIOO()
83 // Normal native
84 static native Object fooSIOO(int x, Object y, Object z); in fooSIOO()
85 // Normal native
86 static native int fooSII(int x, int y); in fooSII()
87 // Normal native
88 static native double fooSDD(double x, double y); in fooSDD()
89 // Normal native
90 static synchronized native Object fooSSIOO(int x, Object y, Object z); in fooSSIOO()
91 // Normal native
92 static native void arraycopy(Object src, int src_pos, Object dst, int dst_pos, int length); in arraycopy()
93 // Normal native
94 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); in compareAndSwapInt()
95 // Normal native
96 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText()
97 // Normal native
98 synchronized native Object[] getSinkPropertiesNative(String path); in getSinkPropertiesNative()
100 // Normal native
101 native Class<?> instanceMethodThatShouldReturnClass(); in instanceMethodThatShouldReturnClass()
102 // Normal native
103 static native Class<?> staticMethodThatShouldReturnClass(); in staticMethodThatShouldReturnClass()
105 // Normal native
106 native void instanceMethodThatShouldTakeClass(int i, Class<?> c); in instanceMethodThatShouldTakeClass()
107 // Normal native
108 static native void staticMethodThatShouldTakeClass(int i, Class<?> c); in staticMethodThatShouldTakeClass()
111 // Normal native
112 native float checkFloats(float f1, float f2); in checkFloats()
113 // Normal native
114 native void forceStackParameters(int i1, int i2, int i3, int i4, int i5, int i6, int i8, int i9, in forceStackParameters()
117 // Normal native
118 native void checkParameterAlign(int i1, long l1); in checkParameterAlign()
120 // Normal native
121native void maxParamNumber(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Objec… in maxParamNumber()
154 // Normal native
155 native void withoutImplementation(); in withoutImplementation()
156 // Normal native
157 native Object withoutImplementationRefReturn(); in withoutImplementationRefReturn()
158 // Normal native
159 native static void staticWithoutImplementation(); in staticWithoutImplementation()
161 // Normal native
162 native static void stackArgsIntsFirst(int i1, int i2, int i3, int i4, int i5, int i6, int i7, in stackArgsIntsFirst()
166 // Normal native
167 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst()
171 // Normal native
172 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed()
176 // Normal native
177 static native double logD(double d); in logD()
178 // Normal native
179 static native float logF(float f); in logF()
180 // Normal native
181 static native boolean returnTrue(); in returnTrue()
182 // Normal native
183 static native boolean returnFalse(); in returnFalse()
184 // Normal native
185 static native int returnInt(); in returnInt()
186 // Normal native
187 static native double returnDouble(); in returnDouble()
188 // Normal native
189 static native long returnLong(); in returnLong()
191 // Normal native
192 static native int sfoo7FI(float f1, float f2, float f3, float f4, float f5, float f6, in sfoo7FI()
194 // Normal native
195 static native int sfoo3F5DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F5DI()
197 // Normal native
198 static native int sfoo3F6DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F6DI()
200 // Normal native
201 native int fooL4I(Object o1, int i1, int i2, int i3, int i4); in fooL4I()
202 // Normal native
203 native int fooL5I(Object o1, int i1, int i2, int i3, int i4, int i5); in fooL5I()
204 // Normal native
205 native int fooL3IJC(Object o1, int i1, int i2, int i3, long l1, char c1); in fooL3IJC()
206 // Normal native
207 native int fooL3IJCS(Object o1, int i1, int i2, int i3, long l1, char c1, short s1); in fooL3IJCS()
208 // Normal native
209 native int foo9F(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo9F()
211 // Normal native
212 native int foo7FDF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FDF()
214 // Normal native
215 native int foo7FIFF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FIFF()
217 // Normal native
218 native int foo7I(int i1, int i2, int i3, int i4, int i5, int i6, int i7); in foo7I()
219 // Normal native
220 native int foo5IJI(int i1, int i2, int i3, int i4, int i5, long l1, int i6); in foo5IJI()
221 // Normal native
222 native int foo5IFII(int i1, int i2, int i3, int i4, int i5, float f1, int i6, int i7); in foo5IFII()
223 // Normal native
224 native int foo2FL(float f1, float f2, Object o1); in foo2FL()
225 // Normal native
226 native int fooFDL(float f1, double f2, Object o1); in fooFDL()
227 // Normal native
228 native int foo3FL(float f1, float f2, float f3, Object o1); in foo3FL()
229 // Normal native
230 native int foo2FIL(float f1, float f2, int i1, Object o1); in foo2FIL()
231 // Normal native
232 native int foo2IFL(int i1, int i2, float f1, Object o1); in foo2IFL()
233 // Normal native
234 native int fooICFL(int i1, char c1, float f1, Object o1); in fooICFL()
235 // Normal native
236 native int fooICIL(int i1, char c1, int i2, Object o1); in fooICIL()
240 native void throwException_Fast(); in throwException_Fast()
242 native void foo_Fast(); in foo_Fast()
244 native int bar_Fast(int count); in bar_Fast()
246 static native int sbar_Fast(int count); in sbar_Fast()
248 native int fooI_Fast(int x); in fooI_Fast()
250 native int fooII_Fast(int x, int y); in fooII_Fast()
252 native long fooJJ_Fast(long x, long y); in fooJJ_Fast()
254 native Object fooO_Fast(Object x); in fooO_Fast()
256 native double fooDD_Fast(double x, double y); in fooDD_Fast()
258 native Object fooIOO_Fast(int x, Object y, Object z); in fooIOO_Fast()
260 static native Object fooSIOO_Fast(int x, Object y, Object z); in fooSIOO_Fast()
262 static native int fooSII_Fast(int x, int y); in fooSII_Fast()
264 static native double fooSDD_Fast(double x, double y); in fooSDD_Fast()
266 static native void arraycopy_Fast(Object src, int src_pos, Object dst, int dst_pos, int length); in arraycopy_Fast()
268 native boolean compareAndSwapInt_Fast(Object obj, long offset, int expected, int newval); in compareAndSwapInt_Fast()
270 static native int getText_Fast(long val1, Object obj1, long val2, Object obj2); in getText_Fast()
272 native Object[] getSinkPropertiesNative_Fast(String path); in getSinkPropertiesNative_Fast()
275 native Class<?> instanceMethodThatShouldReturnClass_Fast(); in instanceMethodThatShouldReturnClass_Fast()
277 static native Class<?> staticMethodThatShouldReturnClass_Fast(); in staticMethodThatShouldReturnClass_Fast()
280 native void instanceMethodThatShouldTakeClass_Fast(int i, Class<?> c); in instanceMethodThatShouldTakeClass_Fast()
282 static native void staticMethodThatShouldTakeClass_Fast(int i, Class<?> c); in staticMethodThatShouldTakeClass_Fast()
286 native float checkFloats_Fast(float f1, float f2); in checkFloats_Fast()
288native void forceStackParameters_Fast(int i1, int i2, int i3, int i4, int i5, int i6, int i8, int … in forceStackParameters_Fast()
292 native void checkParameterAlign_Fast(int i1, long l1); in checkParameterAlign_Fast()
295native void maxParamNumber_Fast(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, … in maxParamNumber_Fast()
329 native void withoutImplementation_Fast(); in withoutImplementation_Fast()
331 native Object withoutImplementationRefReturn_Fast(); in withoutImplementationRefReturn_Fast()
333 native static void staticWithoutImplementation_Fast(); in staticWithoutImplementation_Fast()
336native static void stackArgsIntsFirst_Fast(int i1, int i2, int i3, int i4, int i5, int i6, int i7, in stackArgsIntsFirst_Fast()
341 native static void stackArgsFloatsFirst_Fast(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Fast()
346native static void stackArgsMixed_Fast(int i1, float f1, int i2, float f2, int i3, float f3, int i… in stackArgsMixed_Fast()
351 static native double logD_Fast(double d); in logD_Fast()
353 static native float logF_Fast(float f); in logF_Fast()
355 static native boolean returnTrue_Fast(); in returnTrue_Fast()
357 static native boolean returnFalse_Fast(); in returnFalse_Fast()
359 static native int returnInt_Fast(); in returnInt_Fast()
361 static native double returnDouble_Fast(); in returnDouble_Fast()
363 static native long returnLong_Fast(); in returnLong_Fast()
366 native boolean fooI_Z_Fast(int i); in fooI_Z_Fast()
368 native long fooI_J_Fast(int i); in fooI_J_Fast()
370 native int fooICFL_Fast(int i1, char c1, float f1, Object o1); in fooICFL_Fast()
372 native int foo2IFL_Fast(int i1, int i2, float f1, Object o1); in foo2IFL_Fast()
374 native int fooICIL_Fast(int i1, char c1, int i2, Object o1); in fooICIL_Fast()
376 native int fooFDL_Fast(float f1, double d1, Object o1); in fooFDL_Fast()
378 native int foo2FL_Fast(float f1, float f2, Object o1); in foo2FL_Fast()
380 native int foo3FL_Fast(float f1, float f2, float f3, Object o1); in foo3FL_Fast()
382 native int foo2FIL_Fast(float f1, float f2, int i1, Object o1); in foo2FIL_Fast()
384 native int foo7F_Fast(float f1, float f2, float f3, float f4, float f5, float f6, float f7); in foo7F_Fast()
386 native int foo3F5D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F5D_Fast()
389 native int foo3F6D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F6D_Fast()
392 native int fooL5I_Fast(Object o1, int i1, int i2, int i3, int i4, int i5); in fooL5I_Fast()
394 native int fooL3IJC_Fast(Object o1, int i1, int i2, int i3, long l1, char c1); in fooL3IJC_Fast()
396 native int fooL3IJCS_Fast(Object o1, int i1, int i2, int i3, long l1, char c1, short s1); in fooL3IJCS_Fast()
400 static native int sbar_Critical(int count); in sbar_Critical()
402 static native int fooSII_Critical(int x, int y); in fooSII_Critical()
404 static native double fooSDD_Critical(double x, double y); in fooSDD_Critical()
407 native static void staticWithoutImplementation_Critical(); in staticWithoutImplementation_Critical()
410native static void stackArgsIntsFirst_Critical(int i1, int i2, int i3, int i4, int i5, int i6, int… in stackArgsIntsFirst_Critical()
415native static void stackArgsFloatsFirst_Critical(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Critical()
420native static void stackArgsMixed_Critical(int i1, float f1, int i2, float f2, int i3, float f3, i… in stackArgsMixed_Critical()
425 static native double logD_Critical(double d); in logD_Critical()
427 static native float logF_Critical(float f); in logF_Critical()
429 static native boolean returnTrue_Critical(); in returnTrue_Critical()
431 static native boolean returnFalse_Critical(); in returnFalse_Critical()
433 static native int returnInt_Critical(); in returnInt_Critical()
435 static native double returnDouble_Critical(); in returnDouble_Critical()
437 static native long returnLong_Critical(); in returnLong_Critical()
440 static native int foo7F_Critical(float f1, float f2, float f3, float f4, float f5, float f6, in foo7F_Critical()
443 static native int foo3F5D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F5D_Critical()
446 static native int foo3F6D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F6D_Critical()
451 public static native void normalNative(); in normalNative()
453 public static native void fastNative(); in fastNative()
455 public static native void criticalNative(); in criticalNative()