Searched refs:obj3 (Results 1 – 3 of 3) sorted by relevance
552 TestClass obj3 = new TestClass(); in test22() local553 obj3.i = 5; // This store can be eliminated since the singleton is created after the loop. in test22()554 sum += obj1.i + obj3.i; in test22()732 SubTestClass obj3 = new SubTestClass(); in main() local733 assertIntEquals(test14(obj3, obj3), 2); in main()
201 auto* obj3 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local202 ASSERT_TRUE(obj3 != nullptr); in RunTest()207 obj2->Set(0, obj3); in RunTest()208 obj3->Set(0, obj4); in RunTest()232 ASSERT_FALSE(table->ContainsCardFor(reinterpret_cast<uintptr_t>(obj3))); in RunTest()
63 mirror::Object* obj3 = c->AllocObject(soa.Self()); in TEST_F() local64 ASSERT_TRUE(obj3 != nullptr); in TEST_F()157 IndirectRef iref3 = irt.Add(cookie, obj3); in TEST_F()