Searched refs:obj4 (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 205 auto* obj4 = AllocObjectArray(self, space, CardTable::kCardSize); in RunTest() local 206 ASSERT_TRUE(obj4 != nullptr); in RunTest() 210 obj3->Set(0, obj4); in RunTest() 211 obj4->Set(0, obj1); in RunTest() 235 ASSERT_FALSE(table->ContainsCardFor(reinterpret_cast<uintptr_t>(obj4))); in RunTest()
|
/art/runtime/ |
D | indirect_reference_table_test.cc | 293 Handle<mirror::Object> obj4 = hs.NewHandle(c->AllocObject(soa.Self())); in TEST_F() local 294 ASSERT_TRUE(obj4 != nullptr); in TEST_F() 355 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F() 395 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F() 437 IndirectRef iref5 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
|