Home
last modified time | relevance | path

Searched defs:obj2 (Results 1 – 16 of 16) sorted by relevance

/art/test/2242-checker-lse-acquire-release-operations/src/
DMain.java138 static int $noinline$testVolatileLoadDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testVolatileLoadDifferentFields()
162 static int $noinline$testVolatileLoadDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testVolatileLoadDifferentFieldsBlocking()
312 static int $noinline$testVolatileStoreDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testVolatileStoreDifferentFields()
337 static int $noinline$testVolatileStoreDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testVolatileStoreDifferentFieldsBlocking()
485 static int $noinline$testMonitorOperationDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testMonitorOperationDifferentFields()
515 static int $noinline$testMonitorOperationDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testMonitorOperationDifferentFieldsBlocking()
/art/test/088-monitor-verification/src/
DTwoPath.java33 public static void twoPath(Object obj1, Object obj2, int x) { in twoPath()
DMain.java68 Object obj2 = new Object(); in main() local
211 public void triplet(Object obj1, Object obj2, int x) { in triplet()
/art/test/537-checker-arraycopy/src/
DMain.java94 public static int arraycopy3(Object[] obj1, Object[] obj2, int input1, int input3, int input4) { in arraycopy3()
/art/test/530-checker-lse/src/
DMain.java145 static int test1(TestClass obj1, TestClass obj2) { in test1()
197 TestClass obj2 = new TestClass(); // Cannot alias with obj or obj1 which pre-exist. in test3() local
285 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6()
344 TestClass obj2 = new TestClass(); in test9() local
406 static int test12(TestClass obj1, TestClass obj2) { in test12()
429 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
446 static int test14(TestClass obj1, SubTestClass obj2) { in test14()
610 TestClass obj2 = new TestClass(); in test22() local
1533 TestClass obj2 = null; in $noinline$testHSelect() local
1688 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
[all …]
/art/runtime/
Dindirect_reference_table_test.cc75 Handle<mirror::Object> obj2 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local
Dreference_table.cc137 ObjPtr<mirror::Object> obj2 = root2.Read<kWithoutReadBarrier>(); in Dump() local
/art/test/530-checker-lse-try-catch/src/
DMain.java70 Point obj1, Point obj2, boolean boolean_throw, boolean boolean_other_throw) { in $noinline$testDifferentFields()
/art/runtime/jni/
Dlocal_reference_table_test.cc78 Handle<mirror::Object> obj2 = hs.NewHandle(c->AllocObject(soa.Self())); in BasicTest() local
315 Handle<mirror::Object> obj2 = hs.NewHandle(c->AllocObject(soa.Self())); in BasicHolesTest() local
570 Handle<mirror::Object> obj2 = hs.NewHandle(c->AllocObject(soa.Self())); in TestAddRemove() local
Djni_internal.cc907 static jboolean IsSameObject(JNIEnv* env, jobject obj1, jobject obj2) { in IsSameObject()
/art/test/412-new-array/src/
DMain.java108 Object obj2 = new Object(); in $opt$TestWithInitializations() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc202 auto* obj2 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local
/art/compiler/optimizing/
Dinstruction_simplifier_test.cc353 HInstruction* obj2 = MakeNewInstance(cls); in TEST_F() local
/art/test/099-vmdebug/src/
DMain.java287 Object obj2 = new Object(); in testGetAllocCount() local
/art/test/MyClassNatives/
DMyClassNatives.java64 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText()
192 static native int getText_Fast(long val1, Object obj1, long val2, Object obj2); in getText_Fast()
/art/runtime/arch/
Dstub_test.cc492 Handle<mirror::String> obj2(hs.NewHandle( in TEST_F() local