Home
last modified time | relevance | path

Searched defs:o1 (Results 1 – 7 of 7) sorted by relevance

/art/test/168-vmstack-annotated/src/
DMain.java124 Object o1 = new Object(); in testCluster1() local
195 private static void assertEquals(Object o1, Object o2) { in assertEquals()
211 private static void assertEquals(Object[] o1, Object[] o2) { in assertEquals()
/art/test/MyClassNatives/
DMyClassNatives.java121 …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()
[all …]
/art/test/407-arrays/src/
DMain.java100 Object o1 = new Object(); in $opt$testWrites() local
/art/test/903-hello-tagging/src/art/
DTest903.java48 Object o1 = new Object(); in test() local
/art/runtime/
Dreference_table_test.cc86 Handle<mirror::String> o1 = in TEST_F() local
/art/test/700-LoadArgRegs/src/
DMain.java277 …static void testRefs1(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, lon… in testRefs1()
281 …static void testRefs(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long… in testRefs()
/art/runtime/jni/
Djni_internal_test.cc2266 jobject o1 = env_->NewGlobalRef(s); in TEST_F() local
2314 jobject o1 = env_->NewWeakGlobalRef(s); in TEST_F() local