Home
last modified time | relevance | path

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

/art/test/2242-checker-lse-acquire-release-operations/src/
DMain.java105 static int $noinline$testVolatileAccessesMustBeKept(TestClass obj1) { in $noinline$testVolatileAccessesMustBeKept()
138 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.java67 Object obj1 = 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/runtime/
Dindirect_reference_table_test.cc73 Handle<mirror::Object> obj1 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local
Dreference_table.cc136 ObjPtr<mirror::Object> obj1 = root1.Read<kWithoutReadBarrier>(); in Dump() local
Dmonitor_test.cc367 Handle<mirror::Object> obj1( in TEST_F() local
/art/test/530-checker-lse/src/
DMain.java145 static int test1(TestClass obj1, TestClass obj2) { in test1()
196 TestClass obj1 = TestClass.sTestClassObj; in test3() local
285 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6()
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()
607 TestClass obj1 = new TestClass(); in test22() local
1688 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
1705 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
4131 TestClass obj1 = new TestClass(); in main() 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.cc76 Handle<mirror::Object> obj1 = hs.NewHandle(c->AllocObject(soa.Self())); in BasicTest() local
313 Handle<mirror::Object> obj1 = hs.NewHandle(c->AllocObject(soa.Self())); in BasicHolesTest() local
566 Handle<mirror::Object> obj1 = 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.java107 Object obj1 = new Object(); in $opt$TestWithInitializations() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc200 auto* obj1 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local
/art/compiler/optimizing/
Dinstruction_simplifier_test.cc348 HInstruction* obj1 = MakeNewInstance(cls); in TEST_F() local
/art/test/099-vmdebug/src/
DMain.java266 Object obj1 = 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()