Lines Matching defs:o1

121 …native void maxParamNumber(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, Objec…  in maxParamNumber()
201 native int fooL4I(Object o1, int i1, int i2, int i3, int i4); in fooL4I()
203 native int fooL5I(Object o1, int i1, int i2, int i3, int i4, int i5); in fooL5I()
205 native int fooL3IJC(Object o1, int i1, int i2, int i3, long l1, char c1); in fooL3IJC()
207 native int fooL3IJCS(Object o1, int i1, int i2, int i3, long l1, char c1, short s1); in fooL3IJCS()
224 native int foo2FL(float f1, float f2, Object o1); in foo2FL()
226 native int fooFDL(float f1, double f2, Object o1); in fooFDL()
228 native int foo3FL(float f1, float f2, float f3, Object o1); in foo3FL()
230 native int foo2FIL(float f1, float f2, int i1, Object o1); in foo2FIL()
232 native int foo2IFL(int i1, int i2, float f1, Object o1); in foo2IFL()
234 native int fooICFL(int i1, char c1, float f1, Object o1); in fooICFL()
236 native int fooICIL(int i1, char c1, int i2, Object o1); in fooICIL()
295 …native void maxParamNumber_Fast(Object o0, Object o1, Object o2, Object o3, Object o4, Object o5, … in maxParamNumber_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()
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()