Searched refs:obj0 (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/ |
H A D | indirect_reference_table_test.cc | 69 ASSERT_TRUE(obj0 != nullptr); in TEST_F() 85 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 95 EXPECT_OBJ_PTR_EQ(obj0.Get(), irt.Get(iref0)); in TEST_F() 114 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 134 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 163 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 199 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 215 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F() 286 ASSERT_TRUE(obj0 != nullptr); in TEST_F() 496 ASSERT_TRUE(obj0 != nullptr); in TEST_F() [all …]
|
/aosp12/art/test/530-checker-lse/src/ |
H A D | Main.java | 573 static void test21(TestClass obj0) { in test21() argument 575 obj0.str = "abc"; in test21() 583 $noinline$printSubstrings00(obj0.str, obj.str); in test21() 2490 TestClass obj0 = new TestClass(); in testLoop9() local 2494 obj0.i = n; in testLoop9() 2498 int tmp = obj0.i; in testLoop9() 2499 obj0.i = obj.i; // Load cannot be eliminated. in testLoop9() 2505 return obj0.i; in testLoop9()
|