Searched defs:obj1 (Results 1 – 11 of 11) sorted by relevance
/art/test/530-checker-lse/src/ |
D | Main.java | 112 static int test1(TestClass obj1, TestClass obj2) { in test1() 160 TestClass obj1 = TestClass.sTestClassObj; in test3() local 188 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6() 285 static int test12(TestClass obj1, TestClass obj2) { in test12() 308 static int test13(TestClass obj1, TestClass2 obj2) { in test13() 325 static int test14(TestClass obj1, SubTestClass obj2) { in test14() 485 TestClass obj1 = new TestClass(); in test22() local 716 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5() 733 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6() 1168 TestClass obj1 = new TestClass(); in main() local
|
/art/test/088-monitor-verification/src/ |
D | TwoPath.java | 33 public static void twoPath(Object obj1, Object obj2, int x) { in twoPath()
|
D | Main.java | 67 Object obj1 = new Object(); in main() local 207 public void triplet(Object obj1, Object obj2, int x) { in triplet()
|
/art/test/537-checker-arraycopy/src/ |
D | Main.java | 94 public static int arraycopy3(Object[] obj1, Object[] obj2, int input1, int input3, int input4) { in arraycopy3()
|
/art/runtime/ |
D | indirect_reference_table_test.cc | 70 Handle<mirror::Object> obj1 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local 289 Handle<mirror::Object> obj1 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local
|
D | reference_table.cc | 136 ObjPtr<mirror::Object> obj1 = root1.Read<kWithoutReadBarrier>(); in Dump() local
|
D | monitor_test.cc | 353 Handle<mirror::Object> obj1( in TEST_F() local
|
/art/test/412-new-array/src/ |
D | Main.java | 107 Object obj1 = new Object(); in $opt$TestWithInitializations() local
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 199 auto* obj1 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local
|
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 63 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText() 195 static native int getText_Fast(long val1, Object obj1, long val2, Object obj2); in getText_Fast()
|
/art/runtime/jni/ |
D | jni_internal.cc | 730 static jboolean IsSameObject(JNIEnv* env, jobject obj1, jobject obj2) { in IsSameObject()
|